Searched refs:IPUT (Results 1 - 9 of 9) sorted by relevance

/dalvik/dx/src/com/android/dx/io/
H A DOpcodes.java127 public static final int IPUT = 0x59; field in class:Opcodes
H A DOpcodeInfo.java394 public static final Info IPUT = field in class:OpcodeInfo
395 new Info(Opcodes.IPUT, "iput",
1032 set(IPUT);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DRopToDop.java253 MAP.put(Rops.PUT_FIELD_FLOAT, Dops.IPUT);
372 case Type.BT_INT: return Dops.IPUT;
H A DDalvOps.java123 public static final int IPUT = 0x59; field in class:DalvOps
H A DDops.java395 public static final Dop IPUT = field in class:Dops
396 new Dop(DalvOps.IPUT, DalvOps.IPUT,
1027 set(IPUT);
/dalvik/dx/src/com/android/dx/dex/code/
H A DRopToDop.java127 // Opcodes.IPUT
425 MAP.put(Rops.PUT_FIELD_FLOAT, Dops.IPUT);
544 case Type.BT_INT: return Dops.IPUT;
H A DDops.java398 public static final Dop IPUT = field in class:Dops
399 new Dop(Opcodes.IPUT, Opcodes.IPUT,
1030 set(IPUT);
/dalvik/vm/compiler/codegen/x86/
H A DLowerGetPut.cpp441 //! LOWER bytecode IGET,IPUT without usage of helper function
500 } else if(flag == IPUT) {
592 //! lower bytecode IPUT by calling iget_iput_common
599 int retval = iget_iput_common(tmp, IPUT, vA, vB, 0, false);
621 int retval = iget_iput_common(tmp, IPUT, vA, vB, 1, false);
654 //! common section to lower IGET & IPUT
H A DLower.h184 to list bytecodes for IGET, IPUT
187 IGET, IGET_WIDE, IPUT, IPUT_WIDE enumerator in enum:InstanceAccess

Completed in 60 milliseconds