Home
last modified time | relevance | path

Searched refs:IGET_WIDE (Results 1 – 9 of 9) sorted by relevance

/dalvik/dx/src/com/android/dx/io/
DOpcodes.java121 public static final int IGET_WIDE = 0x53; field in Opcodes
DOpcodeInfo.java370 public static final Info IGET_WIDE = field in OpcodeInfo
371 new Info(Opcodes.IGET_WIDE, "iget-wide",
1026 set(IGET_WIDE);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DDalvOps.java117 public static final int IGET_WIDE = 0x53; field in DalvOps
DRopToDop.java234 MAP.put(Rops.GET_FIELD_LONG, Dops.IGET_WIDE); in MAP.put() argument
236 MAP.put(Rops.GET_FIELD_DOUBLE, Dops.IGET_WIDE); in MAP.put() argument
DDops.java371 public static final Dop IGET_WIDE = field in Dops
372 new Dop(DalvOps.IGET_WIDE, DalvOps.IGET_WIDE,
1021 set(IGET_WIDE);
/dalvik/dx/src/com/android/dx/dex/code/
DRopToDop.java405 MAP.put(Rops.GET_FIELD_LONG, Dops.IGET_WIDE); in MAP.put() argument
407 MAP.put(Rops.GET_FIELD_DOUBLE, Dops.IGET_WIDE); in MAP.put() argument
DDops.java374 public static final Dop IGET_WIDE = field in Dops
375 new Dop(Opcodes.IGET_WIDE, Opcodes.IGET_WIDE,
1024 set(IGET_WIDE);
/dalvik/vm/compiler/codegen/x86/
DLowerGetPut.cpp482 } else if(flag == IGET_WIDE) { in iget_iput_common_nohelper()
553 int retval = iget_iput_common(tmp, IGET_WIDE, vA, vB, 0, isVolatile); in op_iget_wide()
DLower.h187 IGET, IGET_WIDE, IPUT, IPUT_WIDE enumerator