HomeSort by relevance Sort by last modified time
    Searched refs:nextOpcode (Results 1 - 11 of 11) 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/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
handlebars-1.0.0.beta.6.js     [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 711 milliseconds