Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/code/
DBytecodeArray.java456 case ByteOps.ISTORE: { in parseInstruction()
458 visitor.visitLocal(ByteOps.ISTORE, offset, 2, idx, in parseInstruction()
464 visitor.visitLocal(ByteOps.ISTORE, offset, 2, idx, in parseInstruction()
470 visitor.visitLocal(ByteOps.ISTORE, offset, 2, idx, in parseInstruction()
476 visitor.visitLocal(ByteOps.ISTORE, offset, 2, idx, in parseInstruction()
482 visitor.visitLocal(ByteOps.ISTORE, offset, 2, idx, in parseInstruction()
491 visitor.visitLocal(ByteOps.ISTORE, offset, 1, idx, in parseInstruction()
500 visitor.visitLocal(ByteOps.ISTORE, offset, 1, idx, in parseInstruction()
509 visitor.visitLocal(ByteOps.ISTORE, offset, 1, idx, in parseInstruction()
518 visitor.visitLocal(ByteOps.ISTORE, offset, 1, idx, in parseInstruction()
[all …]
DValueAwareMachine.java83 case ByteOps.ISTORE: { in run()
DByteOps.java81 public static final int ISTORE = 0x36; field in ByteOps
DSimulator.java582 (opcode == ByteOps.ISTORE) ? (offset + length) : offset; in visitLocal()
607 case ByteOps.ISTORE: { in visitLocal()
DRopperMachine.java308 RegisterSpec localTarget = getLocalTarget(opcode == ByteOps.ISTORE); in run()
798 case ByteOps.ISTORE: { in jopToRopOpcode()