Home
last modified time | relevance | path

Searched refs:ILOAD_0 (Results 1 – 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/code/
DByteOps.java53 public static final int ILOAD_0 = 0x1a; field in ByteOps
DBytecodeArray.java371 case ByteOps.ILOAD_0: in parseInstruction()
375 int idx = opcode - ByteOps.ILOAD_0; in parseInstruction()