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

/dalvik/dx/src/com/android/dx/io/
H A DOpcodes.java107 public static final int AGET_WIDE = 0x45; field in class:Opcodes
H A DOpcodeInfo.java314 public static final Info AGET_WIDE = field in class:OpcodeInfo
315 new Info(Opcodes.AGET_WIDE, "aget-wide",
1012 set(AGET_WIDE);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DRopToDop.java213 MAP.put(Rops.AGET_LONG, Dops.AGET_WIDE);
215 MAP.put(Rops.AGET_DOUBLE, Dops.AGET_WIDE);
H A DDalvOps.java103 public static final int AGET_WIDE = 0x45; field in class:DalvOps
H A DDops.java315 public static final Dop AGET_WIDE = field in class:Dops
316 new Dop(DalvOps.AGET_WIDE, DalvOps.AGET_WIDE,
1007 set(AGET_WIDE);
/dalvik/dx/src/com/android/dx/dex/code/
H A DRopToDop.java106 // Opcodes.AGET_WIDE
384 MAP.put(Rops.AGET_LONG, Dops.AGET_WIDE);
386 MAP.put(Rops.AGET_DOUBLE, Dops.AGET_WIDE);
H A DDops.java318 public static final Dop AGET_WIDE = field in class:Dops
319 new Dop(Opcodes.AGET_WIDE, Opcodes.AGET_WIDE,
1010 set(AGET_WIDE);
/dalvik/vm/compiler/codegen/x86/
H A DLowerGetPut.cpp69 else if(flag == AGET_WIDE) {
84 if(flag == AGET_WIDE) {
114 //! lower bytecode AGET_WIDE by calling aget_common
121 int retval = aget_common(AGET_WIDE, vA, vref, vindex);
H A DLower.h180 AGET, AGET_WIDE, AGET_CHAR, AGET_SHORT, AGET_BOOLEAN, AGET_BYTE, enumerator in enum:ArrayAccess

Completed in 61 milliseconds