Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/code/
DValueAwareMachine.java125 case ByteOps.DUP: in run()
DByteOps.java116 public static final int DUP = 0x59; field in ByteOps
DBytecodeArray.java576 case ByteOps.DUP: in parseInstruction()
986 if (nextByte != ByteOps.DUP) in parseNewarray()
DSimulator.java424 case ByteOps.DUP: { in visitNoArgs()
DRopperMachine.java777 case ByteOps.DUP: in jopToRopOpcode()