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

1 2

  /art/compiler/dex/
inline_method_analyser.h 107 return Instruction::IGET <= opcode && opcode <= Instruction::IGET_SHORT;
inline_method_analyser.cc 407 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_SHORT), "iget_short type");
429 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_SHORT) ==
489 case Instruction::IGET_SHORT:
  /art/runtime/
dex_to_dex_decompiler.cc 138 DecompileInstanceFieldAccess(inst, Instruction::IGET_SHORT);
common_throws.cc 497 case Instruction::IGET_SHORT:
629 case Instruction::IGET_SHORT: {
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 108 IGET_SHORT,
Instruction.java 410 addOpcodeInfo(Opcode.IGET_SHORT, "iget-short", 0x58, new Format22c());
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
OdexedFieldInstructionMapper.java 89 new FieldOpcode('S', Opcode.IGET_SHORT, Opcode.IGET_QUICK, Opcode.IGET_VOLATILE),
135 new FieldOpcode('S', Opcode.IGET_SHORT, Opcode.IGET_SHORT_QUICK),
  /art/libdexfile/dex/
dex_instruction_utils.h 93 return Instruction::IGET <= code && code <= Instruction::IGET_SHORT;
dex_instruction.cc 276 case IGET_SHORT:
dex_instruction_list.h 110 V(0x58, IGET_SHORT, "iget-short", k22c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB | kVerifyRegCField) \
  /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 122 case Instruction::IGET_SHORT: {
flow_analysis.cc 554 case Instruction::IGET_SHORT: {
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 127 public static final int IGET_SHORT = 0x58;
OpcodeInfo.java 390 public static final Info IGET_SHORT =
391 new Info(Opcodes.IGET_SHORT, "iget-short",
    [all...]
  /external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/
SmaliUsageTypeProvider.java 78 Opcode.IGET_CHAR, Opcode.IGET_OBJECT, Opcode.IGET_OBJECT_VOLATILE, Opcode.IGET_SHORT, Opcode.IGET_VOLATILE,
  /cts/tools/dasm/src/dasm/
DopInfo.java 176 case Opcodes.IGET_SHORT:
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 122 public static final int IGET_SHORT = 0x58;
Dops.java 393 public static final Dop IGET_SHORT =
394 new Dop(DalvOps.IGET_SHORT, DalvOps.IGET_SHORT,
    [all...]
RopToDop.java 358 case Type.BT_SHORT: return Dops.IGET_SHORT;
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 396 public static final Dop IGET_SHORT =
397 new Dop(Opcodes.IGET_SHORT, Opcodes.IGET_SHORT,
    [all...]
RopToDop.java 127 // Opcodes.IGET_SHORT
537 case Type.BT_SHORT: return Dops.IGET_SHORT;
  /art/dex2oat/dex/
dex_to_dex_compiler.cc 266 case Instruction::IGET_SHORT:
  /art/tools/dexanalyze/
dexanalyze_bytecode.cc 247 case Instruction::IGET_SHORT:
dexanalyze_experiments.cc 335 case Instruction::IGET_SHORT: {

Completed in 1567 milliseconds

1 2