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() 1049 if (nextByte != ByteOps.IASTORE) { in parseNewarray()
|
D | ValueAwareMachine.java | 44 case ByteOps.IASTORE: in run()
|
D | ByteOps.java | 106 public static final int IASTORE = 0x4f; field in ByteOps
|
D | BasicBlocker.java | 148 case ByteOps.IASTORE: in visitNoArgs()
|
D | RopperMachine.java | 694 case ByteOps.IASTORE: { in getSources() 804 case ByteOps.IASTORE: { in jopToRopOpcode()
|
D | Simulator.java | 372 case ByteOps.IASTORE: { in visitNoArgs()
|