Home
last modified time | relevance | path

Searched refs:DUP2 (Results 1 – 5 of 5) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/code/
DValueAwareMachine.java128 case ByteOps.DUP2: in run()
DByteOps.java119 public static final int DUP2 = 0x5c; field in ByteOps
DSimulator.java403 case ByteOps.DUP2: { in visitNoArgs()
419 if (opcode == ByteOps.DUP2) { in visitNoArgs()
DRopperMachine.java780 case ByteOps.DUP2: in jopToRopOpcode()
DBytecodeArray.java579 case ByteOps.DUP2: in parseInstruction()