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

/dalvik/dx/src/com/android/dx/io/
H A DOpcodes.java134 public static final int SGET = 0x60; field in class:Opcodes
H A DOpcodeInfo.java422 public static final Info SGET = field in class:OpcodeInfo
423 new Info(Opcodes.SGET, "sget",
1039 set(SGET);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DRopToDop.java244 MAP.put(Rops.GET_STATIC_FLOAT, Dops.SGET);
385 case Type.BT_INT: return Dops.SGET;
H A DDalvOps.java130 public static final int SGET = 0x60; field in class:DalvOps
H A DDops.java423 public static final Dop SGET = field in class:Dops
424 new Dop(DalvOps.SGET, DalvOps.SGET,
1034 set(SGET);
/dalvik/dx/src/com/android/dx/dex/code/
H A DRopToDop.java133 // Opcodes.SGET
415 MAP.put(Rops.GET_STATIC_FLOAT, Dops.SGET);
556 case Type.BT_INT: return Dops.SGET;
H A DDops.java426 public static final Dop SGET = field in class:Dops
427 new Dop(Opcodes.SGET, Opcodes.SGET,
1037 set(SGET);
/dalvik/vm/compiler/codegen/x86/
H A DLowerGetPut.cpp683 if(flag == SGET) {
735 //! lower bytecode SGET by calling sget_sput_common
741 int retval = sget_sput_common(SGET, vA, tmp, false, false);
H A DLower.h190 to list bytecodes for SGET, SPUT
193 SGET, SGET_WIDE, SPUT, SPUT_WIDE enumerator in enum:StaticAccess

Completed in 127 milliseconds