Home
last modified time | relevance | path

Searched refs:BytecodeArray (Results 1 – 8 of 8) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/attrib/
DAttCode.java20 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()
/dalvik/dx/src/com/android/dx/cf/code/
DBasicBlocker.java34 public final class BasicBlocker implements BytecodeArray.Visitor {
283 BytecodeArray bytes = method.getCode(); in getBlockList()
339 BytecodeArray bytes = method.getCode(); in doit()
DConcreteMethod.java218 public BytecodeArray getCode() { in getCode()
DSimulator.java56 private final BytecodeArray code;
217 private class SimVisitor implements BytecodeArray.Visitor {
DBytecodeArray.java38 public final class BytecodeArray { class
58 public BytecodeArray(ByteArray bytes, ConstantPool pool) { in BytecodeArray() method in BytecodeArray
/dalvik/dx/src/com/android/dx/command/dump/
DBlockDumper.java23 import com.android.dx.cf.code.BytecodeArray;
207 BytecodeArray code = meth.getCode(); in regularDump()
280 BytecodeArray code = meth.getCode(); in ropDump()
/dalvik/dx/src/com/android/dx/cf/direct/
DCodeObserver.java20 import com.android.dx.cf.code.BytecodeArray;
38 public class CodeObserver implements BytecodeArray.Visitor {
DStdAttributeFactory.java42 import com.android.dx.cf.code.BytecodeArray;
278 BytecodeArray code = in code()
279 new BytecodeArray(bytes.slice(codeOffset, codeOffset + codeLength), in code()