Home
last modified time | relevance | path

Searched refs:GOTO_W (Results 1 – 3 of 3) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/code/
DByteOps.java227 public static final int GOTO_W = 0xc8; field in ByteOps
DBytecodeArray.java792 case ByteOps.GOTO_W: in parseInstruction()
796 (opcode == ByteOps.GOTO_W) ? ByteOps.GOTO : in parseInstruction()
DSimulator.java766 case ByteOps.GOTO_W: in visitBranch()