Searched refs:ISTORE (Results 1 – 5 of 5) sorted by relevance
/dalvik/dx/src/com/android/dx/cf/code/ |
D | BytecodeArray.java | 456 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 …]
|
D | ValueAwareMachine.java | 83 case ByteOps.ISTORE: { in run()
|
D | ByteOps.java | 81 public static final int ISTORE = 0x36; field in ByteOps
|
D | Simulator.java | 582 (opcode == ByteOps.ISTORE) ? (offset + length) : offset; in visitLocal() 607 case ByteOps.ISTORE: { in visitLocal()
|
D | RopperMachine.java | 308 RegisterSpec localTarget = getLocalTarget(opcode == ByteOps.ISTORE); in run() 798 case ByteOps.ISTORE: { in jopToRopOpcode()
|