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

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DClassFile.h60 Vector<ByteCodeInfo *> *byteCodeInfo; member in class:ClassFile
H A DClassFile.cc977 byteCodeInfo = NULL;
1369 byteCodeInfo->append (new ByteCodeInfo (cur_jmthd, bci, lno));
1402 byteCodeInfo = new Vector<ByteCodeInfo *>(512);
1555 for (long i = 0, sz = VecSize (byteCodeInfo); i < sz; i++)
1557 ByteCodeInfo *p = byteCodeInfo->get (i);
1571 Destroy (byteCodeInfo);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DClassFile.h60 Vector<ByteCodeInfo *> *byteCodeInfo; member in class:ClassFile
H A DClassFile.cc977 byteCodeInfo = NULL;
1369 byteCodeInfo->append (new ByteCodeInfo (cur_jmthd, bci, lno));
1402 byteCodeInfo = new Vector<ByteCodeInfo *>(512);
1555 for (long i = 0, sz = VecSize (byteCodeInfo); i < sz; i++)
1557 ByteCodeInfo *p = byteCodeInfo->get (i);
1571 Destroy (byteCodeInfo);

Completed in 203 milliseconds