Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/code/
DByteOps.java57 public static final int LLOAD_0 = 0x1e; field in ByteOps
DBytecodeArray.java380 case ByteOps.LLOAD_0: in parseInstruction()
384 int idx = opcode - ByteOps.LLOAD_0; in parseInstruction()