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

1 2

  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 122 SGET_SHORT,
Instruction.java 424 addOpcodeInfo(Opcode.SGET_SHORT, "sget-short", 0x66, new Format21c());
  /art/libdexfile/dex/
dex_instruction_utils.h 101 return Instruction::SGET <= code && code <= Instruction::SGET_SHORT;
dex_instruction.cc 236 case SGET_SHORT:
dex_instruction_list.h 124 V(0x66, SGET_SHORT, "sget-short", k21c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegBFieldOrConstant, kVerifyRegA | kVerifyRegBField) \
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
ValuePrinter.java 231 if (opcode == Opcode.IGET_SHORT || opcode == Opcode.SGET_SHORT
  /art/tools/veridex/
hidden_api_finder.cc 144 case Instruction::SGET_SHORT: {
flow_analysis.cc 576 case Instruction::SGET_SHORT: {
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 141 public static final int SGET_SHORT = 0x66;
OpcodeInfo.java 446 public static final Info SGET_SHORT =
447 new Info(Opcodes.SGET_SHORT, "sget-short",
    [all...]
  /external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/
SmaliUsageTypeProvider.java 80 Opcode.SGET_CHAR, Opcode.SGET_OBJECT, Opcode.SGET_OBJECT_VOLATILE, Opcode.SGET_SHORT, Opcode.SGET_VOLATILE,
  /cts/tools/dasm/src/dasm/
DopInfo.java 148 case Opcodes.SGET_SHORT:
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 136 public static final int SGET_SHORT = 0x66;
Dops.java 449 public static final Dop SGET_SHORT =
450 new Dop(DalvOps.SGET_SHORT, DalvOps.SGET_SHORT,
    [all...]
RopToDop.java 384 case Type.BT_SHORT: return Dops.SGET_SHORT;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
OdexedFieldInstructionMapper.java 122 new FieldOpcode('S', true, Opcode.SGET_SHORT, Opcode.SGET_VOLATILE),
MethodAnalyzer.java     [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 452 public static final Dop SGET_SHORT =
453 new Dop(Opcodes.SGET_SHORT, Opcodes.SGET_SHORT,
    [all...]
RopToDop.java 141 // Opcodes.SGET_SHORT
563 case Type.BT_SHORT: return Dops.SGET_SHORT;
  /art/tools/dexanalyze/
dexanalyze_bytecode.cc 316 case Instruction::SGET_SHORT:
dexanalyze_experiments.cc 357 case Instruction::SGET_SHORT: {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 140 SGET_SHORT(0x66, "sget-short", ReferenceType.FIELD, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.STATIC_FIELD_ACCESSOR),
    [all...]
  /art/compiler/optimizing/
instruction_builder.cc     [all...]
  /art/runtime/interpreter/
interpreter_switch_impl-inl.h     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 496 milliseconds

1 2