Searched refs:bcpool (Results 1 – 4 of 4) sorted by relevance
968 bcpool = NULL; in ClassFile()1046 delete bcpool; in ~ClassFile()1064 u1 type = bcpool->getType (index); in printConstant()1069 char *str = bcpool->getString (index); in printConstant()1080 char *str = bcpool->getString (index); in printConstant()1090 char *str = bcpool->getString (index); in printConstant()1097 char *str = bcpool->getString (index); in printConstant()1295 char *attribute_name = bcpool->getString (attribute_name_index); in readAttributes()1308 source_name = dbe_strdup (bcpool->getString (sourcefile_index)); in readAttributes()1328 (int) inner_name_index, STR (bcpool->getString (inner_name_index)), in readAttributes()[all …]
55 BinaryConstantPool *bcpool; variable