Searched refs:BytecodeArray (Results 1 – 8 of 8) sorted by relevance
20 import com.android.dx.cf.code.BytecodeArray;38 private final BytecodeArray code;55 public AttCode(int maxStack, int maxLocals, BytecodeArray code, in AttCode()124 public BytecodeArray getCode() { in getCode()
31 public final class BasicBlocker implements BytecodeArray.Visitor {272 BytecodeArray bytes = method.getCode(); in getBlockList()328 BytecodeArray bytes = method.getCode(); in doit()
215 public BytecodeArray getCode() { in getCode()
51 private final BytecodeArray code;194 private class SimVisitor implements BytecodeArray.Visitor {
38 public final class BytecodeArray { class58 public BytecodeArray(ByteArray bytes, ConstantPool pool) { in BytecodeArray() method in BytecodeArray
23 import com.android.dx.cf.code.BytecodeArray;210 BytecodeArray code = meth.getCode(); in regularDump()286 BytecodeArray code = meth.getCode(); in ropDump()
20 import com.android.dx.cf.code.BytecodeArray;38 public class CodeObserver implements BytecodeArray.Visitor {
38 import com.android.dx.cf.code.BytecodeArray;242 BytecodeArray code = in code()243 new BytecodeArray(bytes.slice(codeOffset, codeOffset + codeLength), in code()