Home
last modified time | relevance | path

Searched refs:IGET_SHORT (Results 1 – 21 of 21) sorted by relevance

/art/runtime/quick/
Dinline_method_analyser.cc44 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_SHORT), "iget_short type");
66 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_SHORT) ==
110 case Instruction::IGET_SHORT: in AnalyseMethodCode()
Dinline_method_analyser.h163 return Instruction::IGET <= opcode && opcode <= Instruction::IGET_SHORT; in IsInstructionIGet()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java108 IGET_SHORT, enumConstant
DInstruction.java410 addOpcodeInfo(Opcode.IGET_SHORT, "iget-short", 0x58, new Format22c()); in addOpcodeInfo() argument
/art/compiler/dex/
Dglobal_value_numbering_test.cc574 DEF_IGET(3, Instruction::IGET_SHORT, 18u, 500u, 4u), in TEST_F()
577 DEF_IGET(6, Instruction::IGET_SHORT, 21u, 500u, 4u), // Differs from the top. in TEST_F()
672 DEF_IGET(3, Instruction::IGET_SHORT, 13u, 100u, 4u), in TEST_F()
675 DEF_IGET(6, Instruction::IGET_SHORT, 16u, 100u, 4u), // Differs from the top. in TEST_F()
741 DEF_IGET(3, Instruction::IGET_SHORT, 15u, 100u, 4u), in TEST_F()
744 DEF_IGET(6, Instruction::IGET_SHORT, 18u, 100u, 4u), // Differs from the top. in TEST_F()
1175 DEF_IGET(3, Instruction::IGET_SHORT, 31u, 500u, 5u), in TEST_F()
1178 DEF_IGET(5, Instruction::IGET_SHORT, 34u, 500u, 5u), // Differs from the top. in TEST_F()
1284 DEF_IGET(3, Instruction::IGET_SHORT, 21u, 100u, 5u), in TEST_F()
1287 DEF_IGET(5, Instruction::IGET_SHORT, 24u, 100u, 5u), // Differs from the top. in TEST_F()
[all …]
Ddex_to_dex_compiler.cc135 case Instruction::IGET_SHORT: in Compile()
Dtype_inference.cc907 case Instruction::IGET_SHORT: in InitializeSRegs()
Dgvn_dead_code_elimination.cc1373 case Instruction::IGET_SHORT: { in RecordMIR()
Dlocal_value_numbering.cc1943 case Instruction::IGET_SHORT: in GetValueNumber()
Dtype_inference_test.cc654 DEF_IGET(3u, Instruction::IGET_SHORT, 8u, thiz, 6u), in TEST_F()
/art/runtime/
Ddex_instruction_utils.h83 return Instruction::IGET <= code && code <= Instruction::IGET_SHORT; in IsInstructionIGet()
Ddex_instruction.cc245 case IGET_SHORT: in DumpString()
Dcommon_throws.cc408 case Instruction::IGET_SHORT: { in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h109 …V(0x58, IGET_SHORT, "iget-short", k22c, true, kFieldRef, kContinue | kThrow | kLoad | kRegCFieldOr…
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java231 if (opcode == Opcode.IGET_SHORT || opcode == Opcode.SGET_SHORT in getInstructionOutputType()
/art/compiler/dex/quick/
Dmir_to_lir.cc261 case InlineMethodAnalyser::IGetVariant(Instruction::IGET_SHORT): in GenSpecialIGet()
808 case Instruction::IGET_SHORT: in CompileDalvikInstruction()
Dquick_compiler.cc226 Instruction::IGET_SHORT,
/art/compiler/optimizing/
Dbuilder.cc2109 case Instruction::IGET_SHORT: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1250 HANDLE_INSTRUCTION_START(IGET_SHORT) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1094 case Instruction::IGET_SHORT: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2313 case Instruction::IGET_SHORT: in CodeFlowVerifyInstruction()