Home
last modified time | relevance | path

Searched refs:ByteCodeInfo (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DClassFile.h30 class ByteCodeInfo; variable
60 Vector<ByteCodeInfo *> *byteCodeInfo;
H A DClassFile.cc35 class ByteCodeInfo class
39 ByteCodeInfo (JMethod *_func, int _bci, int _lno) in ByteCodeInfo() function in ByteCodeInfo
1369 byteCodeInfo->append (new ByteCodeInfo (cur_jmthd, bci, lno)); in readAttributes()
1402 byteCodeInfo = new Vector<ByteCodeInfo *>(512); in readFile()
1557 ByteCodeInfo *p = byteCodeInfo->get (i); in readFile()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DClassFile.h30 class ByteCodeInfo; variable
60 Vector<ByteCodeInfo *> *byteCodeInfo;
H A DClassFile.cc35 class ByteCodeInfo class
39 ByteCodeInfo (JMethod *_func, int _bci, int _lno) in ByteCodeInfo() function in ByteCodeInfo
1369 byteCodeInfo->append (new ByteCodeInfo (cur_jmthd, bci, lno)); in readAttributes()
1402 byteCodeInfo = new Vector<ByteCodeInfo *>(512); in readFile()
1557 ByteCodeInfo *p = byteCodeInfo->get (i); in readFile()