Searched refs:IASTORE (Results 1 – 6 of 6) sorted by relevance
/dalvik/dx/src/com/android/dx/cf/code/ |
D | BytecodeArray.java | 531 case ByteOps.IASTORE: { in parseInstruction() 532 visitor.visitNoArgs(ByteOps.IASTORE, offset, 1, Type.INT); in parseInstruction() 536 visitor.visitNoArgs(ByteOps.IASTORE, offset, 1, in parseInstruction() 541 visitor.visitNoArgs(ByteOps.IASTORE, offset, 1, in parseInstruction() 546 visitor.visitNoArgs(ByteOps.IASTORE, offset, 1, in parseInstruction() 551 visitor.visitNoArgs(ByteOps.IASTORE, offset, 1, in parseInstruction() 560 visitor.visitNoArgs(ByteOps.IASTORE, offset, 1, in parseInstruction() 565 visitor.visitNoArgs(ByteOps.IASTORE, offset, 1, in parseInstruction() 570 visitor.visitNoArgs(ByteOps.IASTORE, offset, 1, in parseInstruction() 1053 if (nextByte != ByteOps.IASTORE) { in parseNewarray()
|
D | ValueAwareMachine.java | 46 case ByteOps.IASTORE: in run()
|
D | ByteOps.java | 106 public static final int IASTORE = 0x4f; field in ByteOps
|
D | BasicBlocker.java | 153 case ByteOps.IASTORE: in visitNoArgs()
|
D | RopperMachine.java | 700 case ByteOps.IASTORE: { in getSources() 810 case ByteOps.IASTORE: { in jopToRopOpcode()
|
D | Simulator.java | 389 case ByteOps.IASTORE: { in visitNoArgs()
|