Home
last modified time | relevance | path

Searched refs:IGET (Results 1 – 25 of 26) sorted by relevance

12

/art/compiler/dex/
Dlocal_value_numbering_test.cc247 DEF_IGET(Instruction::IGET, 0u, 10u, 0u), in TEST_F()
248 DEF_IGET(Instruction::IGET, 1u, 10u, 0u), in TEST_F()
250 DEF_IGET(Instruction::IGET, 2u, 10u, 0u), in TEST_F()
274 DEF_IGET(Instruction::IGET, 3u, 0u, 1u), in TEST_F()
275 DEF_IGET(Instruction::IGET, 4u, 2u, 1u), in TEST_F()
296 DEF_IGET(Instruction::IGET, 0u, 10u, 0u), in TEST_F()
298 DEF_IGET(Instruction::IGET, 2u, 10u, 0u), in TEST_F()
318 DEF_IGET(Instruction::IGET, 0u, 10u, 0u), in TEST_F()
320 DEF_IGET(Instruction::IGET, 2u, 10u, 0u), in TEST_F()
340 DEF_IGET(Instruction::IGET, 0u, 10u, 0u), in TEST_F()
[all …]
Dglobal_value_numbering_test.cc553 DEF_IGET(3, Instruction::IGET, 1u, 100u, 0u), in TEST_F()
554 DEF_IGET(6, Instruction::IGET, 2u, 100u, 0u), // Same as at the top. in TEST_F()
557 DEF_IGET(4, Instruction::IGET, 4u, 200u, 1u), in TEST_F()
558 DEF_IGET(6, Instruction::IGET, 5u, 200u, 1u), // Same as at the left side. in TEST_F()
561 DEF_IGET(3, Instruction::IGET, 7u, 300u, 2u), in TEST_F()
564 DEF_IGET(6, Instruction::IGET, 10u, 300u, 2u), // Differs from the top and the CONST. in TEST_F()
567 DEF_IGET(3, Instruction::IGET, 12u, 400u, 3u), in TEST_F()
571 DEF_IGET(6, Instruction::IGET, 16u, 400u, 3u), // Differs from the top, equals the CONST. in TEST_F()
583 DEF_IGET(3, Instruction::IGET, 26u, 600u, 7u), in TEST_F()
584 DEF_IGET(3, Instruction::IGET, 27u, 601u, 7u), in TEST_F()
[all …]
Dmir_optimization_test.cc819 DEF_IGET_IPUT(3u, Instruction::IGET, 1u, 0u, 1u), in TEST_F()
821 DEF_IGET_IPUT(3u, Instruction::IGET, 3u, 2u, 1u), in TEST_F()
822 DEF_IGET_IPUT(3u, Instruction::IGET, 4u, 101u, 0u), in TEST_F()
823 DEF_IGET_IPUT(3u, Instruction::IGET, 5u, 102u, 0u), in TEST_F()
824 DEF_IGET_IPUT(3u, Instruction::IGET, 6u, 103u, 0u), in TEST_F()
825 DEF_IGET_IPUT(3u, Instruction::IGET, 7u, 103u, 1u), in TEST_F()
828 DEF_IGET_IPUT(3u, Instruction::IGET, 10u, 105u, 0u), in TEST_F()
831 DEF_IGET_IPUT(3u, Instruction::IGET, 13u, 106u, 1u), in TEST_F()
833 DEF_IGET_IPUT(3u, Instruction::IGET, 15u, 107u, 1u), in TEST_F()
834 DEF_IGET_IPUT(3u, Instruction::IGET, 16u, 108u, 0u), in TEST_F()
[all …]
Dgvn_dead_code_elimination_test.cc588 DEF_IGET(3, Instruction::IGET, 1u, 0u, 0u), in TEST_F()
590 DEF_IGET(3, Instruction::IGET, 3u, 2u, 1u), in TEST_F()
629 DEF_IGET(3, Instruction::IGET, 1u, 0u, 0u), in TEST_F()
631 DEF_IGET(3, Instruction::IGET, 3u, 2u, 1u), in TEST_F()
671 DEF_IGET(3, Instruction::IGET, 1u, 0u, 0u), in TEST_F()
673 DEF_IGET(3, Instruction::IGET, 3u, 2u, 1u), in TEST_F()
751 DEF_IGET(3, Instruction::IGET, 1u, 0u, 0u), in TEST_F()
940 DEF_IGET(3, Instruction::IGET, 1u, 0u, 0u), in TEST_F()
944 DEF_IGET(3, Instruction::IGET, 5u, 3u, 1u), in TEST_F()
979 DEF_IGET(3, Instruction::IGET, 1u, 0u, 0u), in TEST_F()
[all …]
Ddex_to_dex_compiler.cc111 case Instruction::IGET: in Compile()
Dlocal_value_numbering.cc33 static constexpr uint16_t kUnresolvedIFieldOp = Instruction::IGET;
1938 case Instruction::IGET: in GetValueNumber()
Dtype_inference_test.cc651 DEF_IGET(3u, Instruction::IGET, 4u, thiz, 3u), in TEST_F()
652 DEF_IGET(3u, Instruction::IGET, 5u, thiz, 4u), in TEST_F()
Dtype_inference.cc902 case Instruction::IGET: in InitializeSRegs()
Dgvn_dead_code_elimination.cc1368 case Instruction::IGET: in RecordMIR()
/art/runtime/quick/
Dinline_method_analyser.h163 return Instruction::IGET <= opcode && opcode <= Instruction::IGET_SHORT; in IsInstructionIGet()
171 return opcode - Instruction::IGET; in IGetVariant()
Dinline_method_analyser.cc36 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET), "iget type");
54 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET) ==
105 case Instruction::IGET: in AnalyseMethodCode()
/art/runtime/
Ddex_instruction_utils.h83 return Instruction::IGET <= code && code <= Instruction::IGET_SHORT; in IsInstructionIGet()
107 return Instruction::IGET <= code && code <= Instruction::IPUT_SHORT; in IsInstructionIGetOrIPut()
149 return static_cast<DexMemAccessType>(code - Instruction::IGET); in IGetMemAccessType()
Ddex_instruction.cc239 case IGET: in DumpString()
Dcommon_throws.cc402 case Instruction::IGET: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h103 …V(0x52, IGET, "iget", k22c, true, kFieldRef, kContinue | kThrow | kLoad | kRegCFieldOrConstant, kV…
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DFieldFlagChanger.java157 if (Opcode.isBetween(opcode, Opcode.IGET, Opcode.SPUT_SHORT)) { in isFileDefinedFieldInstruction()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java102 IGET, enumConstant
DCodeItem.java182 } else if (Opcode.isBetween(opcode, Opcode.IGET, Opcode.IPUT_SHORT)) { in incrementIndex()
DInstruction.java404 addOpcodeInfo(Opcode.IGET, "iget", 0x52, new Format22c()); in addOpcodeInfo() argument
/art/compiler/dex/quick/
Dmir_to_lir.cc252 case InlineMethodAnalyser::IGetVariant(Instruction::IGET): in GenSpecialIGet()
794 case Instruction::IGET: in CompileDalvikInstruction()
Dquick_compiler.cc220 Instruction::IGET,
Ddex_file_method_inliner.cc908 Instruction::Code opcode = static_cast<Instruction::Code>(Instruction::IGET + data.op_variant); in GenInlineIGet()
/art/compiler/optimizing/
Dbuilder.cc2103 case Instruction::IGET: in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1257 HANDLE_INSTRUCTION_START(IGET) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1101 case Instruction::IGET: { in ExecuteSwitchImpl()

12