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

1 2

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
OdexedFieldInstructionMapper.java 58 /*S*/ Opcode.IGET_SHORT,
81 /*S*/ Opcode.IGET_SHORT,
MethodAnalyzer.java 694 case IGET_SHORT:
    [all...]
  /art/runtime/quick/
inline_method_analyser.h 156 return Instruction::IGET <= opcode && opcode <= Instruction::IGET_SHORT;
inline_method_analyser.cc 50 COMPILE_ASSERT(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_SHORT),
80 COMPILE_ASSERT(InlineMethodAnalyser::IGetVariant(Instruction::IGET_SHORT) ==
122 case Instruction::IGET_SHORT:
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 126 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...]
  /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 391 public static final Dop IGET_SHORT =
392 new Dop(DalvOps.IGET_SHORT, DalvOps.IGET_SHORT,
    [all...]
RopToDop.java 358 case Type.BT_SHORT: return Dops.IGET_SHORT;
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 126 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...]
  /art/compiler/dex/
global_value_numbering_test.cc 537 DEF_IGET(3, Instruction::IGET_SHORT, 18u, 500u, 4u),
540 DEF_IGET(6, Instruction::IGET_SHORT, 21u, 500u, 4u), // Differs from the top.
635 DEF_IGET(3, Instruction::IGET_SHORT, 13u, 100u, 4u),
638 DEF_IGET(6, Instruction::IGET_SHORT, 16u, 100u, 4u), // Differs from the top.
704 DEF_IGET(3, Instruction::IGET_SHORT, 15u, 100u, 4u),
707 DEF_IGET(6, Instruction::IGET_SHORT, 18u, 100u, 4u), // Differs from the top.
    [all...]
frontend.cc 246 Instruction::IGET_SHORT,
local_value_numbering.cc     [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 397 public static final Dop IGET_SHORT =
398 new Dop(Opcodes.IGET_SHORT, Opcodes.IGET_SHORT,
    [all...]
RopToDop.java 126 // Opcodes.IGET_SHORT
530 case Type.BT_SHORT: return Dops.IGET_SHORT;
  /art/runtime/
dex_instruction.cc 223 case IGET_SHORT:
common_throws.cc 413 case Instruction::IGET_SHORT: {
dex_instruction_list.h 109 V(0x58, IGET_SHORT, "iget-short", k22c, true, kFieldRef, kContinue | kThrow | kLoad | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB | kVerifyRegCField) \
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 394 public static final Dop IGET_SHORT =
395 new Dop(Opcodes.IGET_SHORT, Opcodes.IGET_SHORT,
    [all...]
RopToDop.java 125 // Opcodes.IGET_SHORT
529 case Type.BT_SHORT: return Dops.IGET_SHORT;
  /art/compiler/optimizing/
builder.cc 715 case Instruction::IGET_SHORT: {
  /art/compiler/dex/quick/
mir_to_lir.cc 748 case Instruction::IGET_SHORT:
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 118 IGET_SHORT((short)0x58, "iget-short", ReferenceType.FIELD, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
    [all...]

Completed in 1824 milliseconds

1 2