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()125 public BytecodeArray getCode() { in getCode()
34 public final class BasicBlocker implements BytecodeArray.Visitor {283 BytecodeArray bytes = method.getCode(); in getBlockList()339 BytecodeArray bytes = method.getCode(); in doit()
218 public BytecodeArray getCode() { in getCode()
56 private final BytecodeArray code;217 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;207 BytecodeArray code = meth.getCode(); in regularDump()280 BytecodeArray code = meth.getCode(); in ropDump()
20 import com.android.dx.cf.code.BytecodeArray;38 public class CodeObserver implements BytecodeArray.Visitor {
42 import com.android.dx.cf.code.BytecodeArray;278 BytecodeArray code = in code()279 new BytecodeArray(bytes.slice(codeOffset, codeOffset + codeLength), in code()