Searched refs:jmthd (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DLoadObject.cc284 JMethod *jmthd; local
286 Vec_loop (JMethod*, jmethods, index, jmthd)
289 (unsigned long long) jmthd->id, (long long) jmthd->get_mid (),
290 (long long) jmthd->size, jmthd->get_name (),
291 jmthd->module ? jmthd->module->file_name : noname->file_name);
H A DClassFile.cc1477 JMethod *jmthd = (JMethod*) functions->fetch (idx); local
1478 char *jmt_name = jmthd->get_name (Histable::SHORT);
1482 strcmp (jmthd->get_signature (), msign) == 0)
1484 cur_jmthd = jmthd;
H A DExperiment.cc2374 JMethod *jmthd = cur_mod->find_jmethod (fullname, s_signature); local
2375 if (jmthd == NULL)
2377 jmthd = dbeSession->createJMethod ();
2378 jmthd->size = (unsigned) - 1; // unknown until later (maybe)
2379 jmthd->module = cur_mod;
2380 jmthd->set_signature (s_signature);
2381 jmthd->set_name (fullname);
2382 cur_mod->functions->append (jmthd);
2383 cur_mod->loadobject->functions->append (jmthd);
2388 jmaps->insert (method_id, cur_loaded, jmthd);
[all...]
H A DModule.cc1833 JMethod *jmthd = (JMethod*) functions->get (i); local
1834 char *jmt_name = jmthd->get_name (Histable::SHORT);
1836 && strcmp (jmthd->get_signature (), sig) == 0)
1837 return jmthd;
H A DDbeSession.cc1589 JMethod *jmthd = new JMethod (objs->size ()); local
1590 Histable *obj = jmthd; // workaround for a C++ problem
1592 return jmthd;
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DLoadObject.cc284 JMethod *jmthd; local
286 Vec_loop (JMethod*, jmethods, index, jmthd)
289 (unsigned long long) jmthd->id, (long long) jmthd->get_mid (),
290 (long long) jmthd->size, jmthd->get_name (),
291 jmthd->module ? jmthd->module->file_name : noname->file_name);
H A DClassFile.cc1477 JMethod *jmthd = (JMethod*) functions->fetch (idx); local
1478 char *jmt_name = jmthd->get_name (Histable::SHORT);
1482 strcmp (jmthd->get_signature (), msign) == 0)
1484 cur_jmthd = jmthd;
H A DExperiment.cc2374 JMethod *jmthd = cur_mod->find_jmethod (fullname, s_signature); local
2375 if (jmthd == NULL)
2377 jmthd = dbeSession->createJMethod ();
2378 jmthd->size = (unsigned) - 1; // unknown until later (maybe)
2379 jmthd->module = cur_mod;
2380 jmthd->set_signature (s_signature);
2381 jmthd->set_name (fullname);
2382 cur_mod->functions->append (jmthd);
2383 cur_mod->loadobject->functions->append (jmthd);
2388 jmaps->insert (method_id, cur_loaded, jmthd);
[all...]
H A DModule.cc1833 JMethod *jmthd = (JMethod*) functions->get (i); local
1834 char *jmt_name = jmthd->get_name (Histable::SHORT);
1836 && strcmp (jmthd->get_signature (), sig) == 0)
1837 return jmthd;
H A DDbeSession.cc1589 JMethod *jmthd = new JMethod (objs->size ()); local
1590 Histable *obj = jmthd; // workaround for a C++ problem
1592 return jmthd;

Completed in 160 milliseconds