Home
last modified time | relevance | path

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

/art/compiler/dex/
Dinline_method_analyser.cc524 DexInstructionIterator return_instruction = code_item->begin(); in AnalyseReturnMethod() local
525 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseReturnMethod()
526 uint32_t reg = return_instruction->VRegA_11x(); in AnalyseReturnMethod()
547 const Instruction* return_instruction = instruction->Next(); in AnalyseConstMethod() local
548 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseConstMethod()
554 int32_t return_reg = return_instruction->VRegA_11x(); in AnalyseConstMethod()
584 const Instruction* return_instruction = instruction->Next(); in AnalyseIGetMethod() local
585 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseIGetMethod()
593 uint32_t return_reg = return_instruction->VRegA_11x(); in AnalyseIGetMethod()
648 const Instruction* return_instruction = instruction->Next(); in AnalyseIPutMethod() local
[all …]