Home
last modified time | relevance | path

Searched refs:jmthd (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DLoadObject.cc284 JMethod *jmthd; in dump_functions() local
286 Vec_loop (JMethod*, jmethods, index, jmthd) in dump_functions()
289 (unsigned long long) jmthd->id, (long long) jmthd->get_mid (), in dump_functions()
290 (long long) jmthd->size, jmthd->get_name (), in dump_functions()
291 jmthd->module ? jmthd->module->file_name : noname->file_name); in dump_functions()
H A DClassFile.cc1477 JMethod *jmthd = (JMethod*) functions->fetch (idx); in readFile() local
1478 char *jmt_name = jmthd->get_name (Histable::SHORT); in readFile()
1482 strcmp (jmthd->get_signature (), msign) == 0) in readFile()
1484 cur_jmthd = jmthd; in readFile()
H A DExperiment.cc2375 if (jmthd == NULL) in read_java_classes_file()
2377 jmthd = dbeSession->createJMethod (); in read_java_classes_file()
2379 jmthd->module = cur_mod; in read_java_classes_file()
2380 jmthd->set_signature (s_signature); in read_java_classes_file()
2381 jmthd->set_name (fullname); in read_java_classes_file()
2382 cur_mod->functions->append (jmthd); in read_java_classes_file()
5999 if (jmthd == NULL) in map_jmid_to_PC()
6002 if (jmthd) in map_jmid_to_PC()
6003 jmidHTable->put (mid, jmthd); in map_jmid_to_PC()
6005 if (jmthd == NULL || jmthd->get_type () != Histable::FUNCTION) in map_jmid_to_PC()
[all …]
H A DModule.cc1833 JMethod *jmthd = (JMethod*) functions->get (i); in find_jmethod() local
1834 char *jmt_name = jmthd->get_name (Histable::SHORT); in find_jmethod()
1836 && strcmp (jmthd->get_signature (), sig) == 0) in find_jmethod()
1837 return jmthd; in find_jmethod()
H A DDbeSession.cc1589 JMethod *jmthd = new JMethod (objs->size ()); in createJMethod() local
1590 Histable *obj = jmthd; // workaround for a C++ problem in createJMethod()
1592 return jmthd; in createJMethod()
H A DDbeSession.cc.11583 JMethod *jmthd = new JMethod (objs->size ());
1584 Histable *obj = jmthd; // workaround for a C++ problem
1586 return jmthd;