Searched refs:nextOpcode (Results 1 - 3 of 3) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/code/
H A DDop.java38 private final int nextOpcode; field in class:Dop
52 * @param nextOpcode {@code Opcodes.isValid();} what opcode (by
60 public Dop(int opcode, int family, int nextOpcode, InsnFormat format, argument
70 if (!Opcodes.isValidShape(nextOpcode)) {
71 throw new IllegalArgumentException("bogus nextOpcode");
80 this.nextOpcode = nextOpcode;
146 return nextOpcode;
H A DDops.java1241 int nextOpcode = opcode.getNextOpcode();
1243 if (nextOpcode == Opcodes.NO_NEXT) {
1247 opcode = get(nextOpcode);
/dalvik/opcode-gen/
H A Dopcode-gen.awk95 nextOp = nextOpcode[i];
353 # Produce the nextOpcode and isFirst arrays. The former indicates, for
368 nextOpcode[i] = op;

Completed in 146 milliseconds