Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/code/
DByteOps.java55 public static final int ILOAD_2 = 0x1c; field in ByteOps
DBytecodeArray.java373 case ByteOps.ILOAD_2: in parseInstruction()