Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/code/
DByteOps.java59 public static final int LLOAD_2 = 0x20; field in ByteOps
DBytecodeArray.java382 case ByteOps.LLOAD_2: in parseInstruction()