Searched refs:cur_jmthd (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DClassFile.h56 JMethod *cur_jmthd; member in class:ClassFile
H A DClassFile.cc970 cur_jmthd = NULL;
1339 if (cur_jmthd)
1341 cur_jmthd->size = code_length;
1342 cur_jmthd->img_fname = dbeFile->get_location ();
1343 cur_jmthd->img_offset = input->get_offset ();
1368 if (cur_jmthd)
1369 byteCodeInfo->append (new ByteCodeInfo (cur_jmthd, bci, lno));
1395 cur_jmthd = NULL;
1474 cur_jmthd = NULL;
1484 cur_jmthd
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DClassFile.h56 JMethod *cur_jmthd; member in class:ClassFile
H A DClassFile.cc970 cur_jmthd = NULL;
1339 if (cur_jmthd)
1341 cur_jmthd->size = code_length;
1342 cur_jmthd->img_fname = dbeFile->get_location ();
1343 cur_jmthd->img_offset = input->get_offset ();
1368 if (cur_jmthd)
1369 byteCodeInfo->append (new ByteCodeInfo (cur_jmthd, bci, lno));
1395 cur_jmthd = NULL;
1474 cur_jmthd = NULL;
1484 cur_jmthd
[all...]

Completed in 193 milliseconds