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

/dalvik/dx/src/com/android/dx/cf/code/
H A DBytecodeArray.java456 case ByteOps.ISTORE: {
458 visitor.visitLocal(ByteOps.ISTORE, offset, 2, idx,
464 visitor.visitLocal(ByteOps.ISTORE, offset, 2, idx,
470 visitor.visitLocal(ByteOps.ISTORE, offset, 2, idx,
476 visitor.visitLocal(ByteOps.ISTORE, offset, 2, idx,
482 visitor.visitLocal(ByteOps.ISTORE, offset, 2, idx,
491 visitor.visitLocal(ByteOps.ISTORE, offset, 1, idx,
500 visitor.visitLocal(ByteOps.ISTORE, offset, 1, idx,
509 visitor.visitLocal(ByteOps.ISTORE, offset, 1, idx,
518 visitor.visitLocal(ByteOps.ISTORE, offse
[all...]
H A DValueAwareMachine.java83 case ByteOps.ISTORE: {
H A DRopperMachine.java294 RegisterSpec localTarget = getLocalTarget(opcode == ByteOps.ISTORE);
781 case ByteOps.ISTORE: {
H A DSimulator.java564 (opcode == ByteOps.ISTORE) ? (offset + length) : offset;
588 case ByteOps.ISTORE: {
H A DByteOps.java81 public static final int ISTORE = 0x36; field in class:ByteOps

Completed in 15 milliseconds