HomeSort by relevance Sort by last modified time
    Searched refs:SGET (Results 1 - 25 of 25) sorted by null

  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 134 public static final int SGET = 0x60;
OpcodeInfo.java 422 public static final Info SGET =
423 new Info(Opcodes.SGET, "sget",
427 new Info(Opcodes.SGET_WIDE, "sget-wide",
431 new Info(Opcodes.SGET_OBJECT, "sget-object",
435 new Info(Opcodes.SGET_BOOLEAN, "sget-boolean",
439 new Info(Opcodes.SGET_BYTE, "sget-byte",
443 new Info(Opcodes.SGET_CHAR, "sget-char",
447 new Info(Opcodes.SGET_SHORT, "sget-short",
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
OdexedFieldInstructionMapper.java 83 //sget volatile
101 /*I,F*/ Opcode.SGET,
207 //sget volatile
MethodAnalyzer.java     [all...]
  /art/compiler/dex/
local_value_numbering.cc 483 case Instruction::SGET:
495 uint16_t res = LookupValue(Instruction::SGET, NO_VALUE, field_ref, memory_version);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopToDop.java 244 MAP.put(Rops.GET_STATIC_FLOAT, Dops.SGET);
385 case Type.BT_INT: return Dops.SGET;
DalvOps.java 130 public static final int SGET = 0x60;
Dops.java 423 public static final Dop SGET =
424 new Dop(DalvOps.SGET, DalvOps.SGET,
425 Form21c.THE_ONE, true, "sget");
429 Form21c.THE_ONE, true, "sget-wide");
433 Form21c.THE_ONE, true, "sget-object");
437 Form21c.THE_ONE, true, "sget-boolean");
441 Form21c.THE_ONE, true, "sget-byte");
445 Form21c.THE_ONE, true, "sget-char");
449 Form21c.THE_ONE, true, "sget-short")
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 133 // Opcodes.SGET
415 MAP.put(Rops.GET_STATIC_FLOAT, Dops.SGET);
556 case Type.BT_INT: return Dops.SGET;
Dops.java 426 public static final Dop SGET =
427 new Dop(Opcodes.SGET, Opcodes.SGET,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopToDop.java 134 // Opcodes.SGET
416 MAP.put(Rops.GET_STATIC_FLOAT, Dops.SGET);
557 case Type.BT_INT: return Dops.SGET;
Dops.java 429 public static final Dop SGET =
430 new Dop(Opcodes.SGET, Opcodes.SGET,
    [all...]
  /cts/tools/dasm/src/dasm/
DopInfo.java 142 case Opcodes.SGET:
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 134 public static final int SGET = 0x60;
OpcodeInfo.java 422 public static final Info SGET =
423 new Info(Opcodes.SGET, "sget",
427 new Info(Opcodes.SGET_WIDE, "sget-wide",
431 new Info(Opcodes.SGET_OBJECT, "sget-object",
435 new Info(Opcodes.SGET_BOOLEAN, "sget-boolean",
439 new Info(Opcodes.SGET_BYTE, "sget-byte",
443 new Info(Opcodes.SGET_CHAR, "sget-char",
447 new Info(Opcodes.SGET_SHORT, "sget-short",
    [all...]
  /dalvik/vm/compiler/codegen/x86/
LowerGetPut.cpp 683 if(flag == SGET) {
735 //! lower bytecode SGET by calling sget_sput_common
741 int retval = sget_sput_common(SGET, vA, tmp, false, false);
Lower.h 190 to list bytecodes for SGET, SPUT
193 SGET, SGET_WIDE, SPUT, SPUT_WIDE
    [all...]
  /art/runtime/
dex_instruction.cc 428 case SGET:
dex_instruction_list.h 117 V(0x60, SGET, "sget", k21c, true, kFieldRef, kContinue | kThrow, kVerifyRegA | kVerifyRegBField) \
118 V(0x61, SGET_WIDE, "sget-wide", k21c, true, kFieldRef, kContinue | kThrow, kVerifyRegAWide | kVerifyRegBField) \
119 V(0x62, SGET_OBJECT, "sget-object", k21c, true, kFieldRef, kContinue | kThrow, kVerifyRegA | kVerifyRegBField) \
120 V(0x63, SGET_BOOLEAN, "sget-boolean", k21c, true, kFieldRef, kContinue | kThrow, kVerifyRegA | kVerifyRegBField) \
121 V(0x64, SGET_BYTE, "sget-byte", k21c, true, kFieldRef, kContinue | kThrow, kVerifyRegA | kVerifyRegBField) \
122 V(0x65, SGET_CHAR, "sget-char", k21c, true, kFieldRef, kContinue | kThrow, kVerifyRegA | kVerifyRegBField) \
123 V(0x66, SGET_SHORT, "sget-short", k21c, true, kFieldRef, kContinue | kThrow, kVerifyRegA | kVerifyRegBField) \
  /art/compiler/dex/quick/
mir_to_lir.cc 411 case Instruction::SGET:
  /art/compiler/dex/portable/
mir_to_gbc.cc 848 case Instruction::SGET:
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
Opcode.java 127 SGET((short)0x60, "sget", ReferenceType.field, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER, (short)0xff14),
128 SGET_WIDE((short)0x61, "sget-wide", ReferenceType.field, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER, (short)0xff15),
129 SGET_OBJECT((short)0x62, "sget-object", ReferenceType.field, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER, (short)0xff16),
130 SGET_BOOLEAN((short)0x63, "sget-boolean", ReferenceType.field, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER, (short)0xff17),
131 SGET_BYTE((short)0x64, "sget-byte", ReferenceType.field, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER, (short)0xff18),
132 SGET_CHAR((short)0x65, "sget-char", ReferenceType.field, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER, (short)0xff19),
133 SGET_SHORT((short)0x66, "sget-short", ReferenceType.field, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER, (short)0xff1a),
258 SGET_VOLATILE((short)0xe5, "sget-volatile", ReferenceType.field, Format.Format21c, Opcode.ODEX_ONLY | Opcode.ODEXED_STATIC_VOLATILE | Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /art/runtime/interpreter/
interpreter.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 886 milliseconds