Home
last modified time | relevance | path

Searched refs:ISTORE (Results 1 – 7 of 7) 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.java85 case ByteOps.ISTORE: { in run()
DByteOps.java81 public static final int ISTORE = 0x36; field in ByteOps
DRopperMachine.java309 RegisterSpec localTarget = getLocalTarget(opcode == ByteOps.ISTORE); in run()
804 case ByteOps.ISTORE: { in jopToRopOpcode()
DSimulator.java600 (opcode == ByteOps.ISTORE) ? (offset + length) : offset; in visitLocal()
625 case ByteOps.ISTORE: { in visitLocal()
/dalvik/dx/tests/137-dexmerger-dex38/src/invokecustom/
DTestGenerator.java260 mv.visitVarInsn(Opcodes.ISTORE, 0); in generateMethodTest5()
/dalvik/dx/tests/135-invoke-custom/src/invokecustom/
DTestGenerator.java194 mv.visitVarInsn(Opcodes.ISTORE, 0); in generateMethodTest5()