Searched refs:ConstantPool (Results 1 – 14 of 14) 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()88 public ConstantPool getPool() { in getPool()
19 import com.android.dx.rop.cst.ConstantPool;81 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()
24 import com.android.dx.rop.cst.ConstantPool;178 ConstantPool pool = cf.getConstantPool(); in parse()
50 import com.android.dx.rop.cst.ConstantPool;217 ConstantPool pool = cf.getConstantPool(); in code()321 ConstantPool pool = cf.getConstantPool(); in constantValue()355 ConstantPool pool = cf.getConstantPool(); in enclosingMethod()412 ConstantPool pool = cf.getConstantPool(); in innerClasses()558 ConstantPool pool, ParseObserver observer, int count, in parseLocalVariables()682 ConstantPool pool = cf.getConstantPool(); in signature()704 ConstantPool pool = cf.getConstantPool(); in sourceFile()
30 import com.android.dx.rop.cst.ConstantPool;286 public ConstantPool getConstantPool() { in getConstantPool()
27 import com.android.dx.rop.cst.ConstantPool;55 private final ConstantPool pool;
23 public interface ConstantPool { interface
28 extends MutabilityControl implements ConstantPool {
21 import com.android.dx.rop.cst.ConstantPool;100 private void addDependencies(ConstantPool pool) { in addDependencies()
46 import com.android.dx.rop.cst.ConstantPool;140 ConstantPool constantPool = cf.getConstantPool(); in translate0()
21 import com.android.dx.rop.cst.ConstantPool;49 private final ConstantPool pool;58 public BytecodeArray(ByteArray bytes, ConstantPool pool) { in BytecodeArray()