Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/code/
DByteOps.java90 public static final int LSTORE_0 = 0x3f; field in ByteOps
DBytecodeArray.java495 case ByteOps.LSTORE_0: in parseInstruction()
499 int idx = opcode - ByteOps.LSTORE_0; in parseInstruction()