Searched defs:nextOpcode (Results 1 – 3 of 3) sorted by relevance
38 private final int nextOpcode; field in Dop60 public Dop(int opcode, int family, int nextOpcode, InsnFormat format, in Dop()
1410 int nextOpcode = opcode.getNextOpcode(); in getNextOrNull() local
735 static int nextOpcode(byte[] code, int index) in nextOpcode() method in CodeIterator