Searched refs:getConstantPool (Results 1 – 9 of 9) sorted by relevance
83 ConstantPool pool = cf.getConstantPool(); in parse()125 ConstantPool pool = cf.getConstantPool(); in parse0()
237 BootstrapMethodsList methods = parseBootstrapMethods(bytes, cf.getConstantPool(), in bootstrapMethods()253 ConstantPool pool = cf.getConstantPool(); in code()357 ConstantPool pool = cf.getConstantPool(); in constantValue()391 ConstantPool pool = cf.getConstantPool(); in enclosingMethod()448 ConstantPool pool = cf.getConstantPool(); in innerClasses()554 bytes.slice(offset + 2, offset + length), cf.getConstantPool(), in localVariableTable()577 bytes.slice(offset + 2, offset + length), cf.getConstantPool(), in localVariableTypeTable()718 ConstantPool pool = cf.getConstantPool(); in signature()757 ConstantPool pool = cf.getConstantPool(); in sourceFile()
178 ConstantPool pool = cf.getConstantPool(); in parse()
87 this.pool = cf.getConstantPool(); in AnnotationParser()
297 public ConstantPool getConstantPool() { in getConstantPool() method in DirectClassFile
82 public ConstantPool getConstantPool(); in getConstantPool() method
99 for (Constant constant : classFile.getConstantPool().getEntries()) { in addDependencies()
153 ConstantPool constantPool = cf.getConstantPool(); in translate0()
1821 int constantPoolSize = cf.getConstantPool().size(); in call()