Home
last modified time | relevance | path

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

/art/runtime/quick/
Dinline_method_analyser.cc540 const Instruction* return_instruction = Instruction::At(code_item->insns_); in AnalyseReturnMethod() local
541 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseReturnMethod()
542 uint32_t reg = return_instruction->VRegA_11x(); in AnalyseReturnMethod()
564 const Instruction* return_instruction = instruction->Next(); in AnalyseConstMethod() local
565 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseConstMethod()
571 int32_t return_reg = return_instruction->VRegA_11x(); in AnalyseConstMethod()
602 const Instruction* return_instruction = instruction->Next(); in AnalyseIGetMethod() local
603 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseIGetMethod()
611 uint32_t return_reg = return_instruction->VRegA_11x(); in AnalyseIGetMethod()
667 const Instruction* return_instruction = instruction->Next(); in AnalyseIPutMethod() local
[all …]