HomeSort by relevance Sort by last modified time
    Searched full:nextopcode (Results 1 - 8 of 8) sorted by null

  /dalvik/dx/src/com/android/dx/dex/code/
Dop.java 38 private final int nextOpcode;
52 * @param nextOpcode {@code Opcodes.isValid();} what opcode (by
60 public Dop(int opcode, int family, int nextOpcode, InsnFormat format,
70 if (!Opcodes.isValidShape(nextOpcode)) {
71 throw new IllegalArgumentException("bogus nextOpcode");
80 this.nextOpcode = nextOpcode;
146 return nextOpcode;
Dops.java     [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dop.java 38 private final int nextOpcode;
52 * @param nextOpcode {@code Opcodes.isValid();} what opcode (by
60 public Dop(int opcode, int family, int nextOpcode, InsnFormat format,
70 if (!Opcodes.isValidShape(nextOpcode)) {
71 throw new IllegalArgumentException("bogus nextOpcode");
80 this.nextOpcode = nextOpcode;
146 return nextOpcode;
Dops.java     [all...]
  /dalvik/opcode-gen/
opcode-gen.awk 95 nextOp = nextOpcode[i];
353 # Produce the nextOpcode and isFirst arrays. The former indicates, for
368 nextOpcode[i] = op;
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 184 currentPos = nextOpcode(bytecode, pos);
715 /* opcodeLegth is used for implementing nextOpcode().
735 static int nextOpcode(byte[] code, int index)
867 nextPos = nextOpcode(code, i);
    [all...]
CodeAttribute.java 361 i2 = CodeIterator.nextOpcode(code, i);
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 168 milliseconds