Searched refs:ConstantPool (Results 1 – 13 of 13) sorted by relevance
19 import com.android.dx.rop.cst.ConstantPool;33 private final ConstantPool pool;42 public RawAttribute(String name, ByteArray data, ConstantPool pool) { in RawAttribute()63 int length, ConstantPool pool) { in RawAttribute()89 public ConstantPool getPool() { in getPool()
20 import com.android.dx.rop.cst.ConstantPool;82 public ConstantPool getConstantPool(); in getConstantPool()
23 import com.android.dx.rop.cst.ConstantPool;83 ConstantPool pool = cf.getConstantPool(); in parse()125 ConstantPool pool = cf.getConstantPool(); in parse0()
54 import com.android.dx.rop.cst.ConstantPool;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()594 ConstantPool pool, ParseObserver observer, int count, in parseLocalVariables()718 ConstantPool pool = cf.getConstantPool(); in signature()757 ConstantPool pool = cf.getConstantPool(); in sourceFile()816 private BootstrapMethodsList parseBootstrapMethods(ByteArray bytes, ConstantPool constantPool, in parseBootstrapMethods()
24 import com.android.dx.rop.cst.ConstantPool;178 ConstantPool pool = cf.getConstantPool(); in parse()
27 import com.android.dx.rop.cst.ConstantPool;55 private final ConstantPool pool;
32 import com.android.dx.rop.cst.ConstantPool;297 public ConstantPool getConstantPool() { in getConstantPool()
23 public interface ConstantPool { interface
28 extends MutabilityControl implements ConstantPool {
50 import com.android.dx.rop.cst.ConstantPool;153 ConstantPool constantPool = cf.getConstantPool(); in translate0()
20 import com.android.dx.rop.cst.ConstantPool;49 private final ConstantPool pool;58 public BytecodeArray(ByteArray bytes, ConstantPool pool) { in BytecodeArray()