Searched refs:getConstantPool (Results 1 - 9 of 9) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/iface/
H A DClassFile.java82 public ConstantPool getConstantPool(); method in interface:ClassFile
/dalvik/dx/src/com/android/dx/cf/direct/
H A DAttributeFactory.java83 ConstantPool pool = cf.getConstantPool();
125 ConstantPool pool = cf.getConstantPool();
H A DStdAttributeFactory.java237 BootstrapMethodsList methods = parseBootstrapMethods(bytes, cf.getConstantPool(),
253 ConstantPool pool = cf.getConstantPool();
357 ConstantPool pool = cf.getConstantPool();
391 ConstantPool pool = cf.getConstantPool();
448 ConstantPool pool = cf.getConstantPool();
554 bytes.slice(offset + 2, offset + length), cf.getConstantPool(),
577 bytes.slice(offset + 2, offset + length), cf.getConstantPool(),
718 ConstantPool pool = cf.getConstantPool();
757 ConstantPool pool = cf.getConstantPool();
H A DMemberListParser.java178 ConstantPool pool = cf.getConstantPool();
H A DAnnotationParser.java87 this.pool = cf.getConstantPool();
H A DDirectClassFile.java297 public ConstantPool getConstantPool() { method in class:DirectClassFile
/dalvik/dx/src/com/android/multidex/
H A DClassReferenceListBuilder.java99 for (Constant constant : classFile.getConstantPool().getEntries()) {
/dalvik/dx/src/com/android/dx/dex/cf/
H A DCfTranslator.java153 ConstantPool constantPool = cf.getConstantPool();
/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java1821 int constantPoolSize = cf.getConstantPool().size();

Completed in 608 milliseconds