Searched refs:return_instruction (Results 1 – 1 of 1) sorted by relevance
146 const Instruction* return_instruction = Instruction::At(code_item->insns_); in AnalyseReturnMethod() local147 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseReturnMethod()148 uint32_t reg = return_instruction->VRegA_11x(); in AnalyseReturnMethod()170 const Instruction* return_instruction = instruction->Next(); in AnalyseConstMethod() local171 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseConstMethod()177 int32_t return_reg = return_instruction->VRegA_11x(); in AnalyseConstMethod()206 const Instruction* return_instruction = instruction->Next(); in AnalyseIGetMethod() local207 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseIGetMethod()215 uint32_t return_reg = return_instruction->VRegA_11x(); in AnalyseIGetMethod()269 const Instruction* return_instruction = instruction->Next(); in AnalyseIPutMethod() local[all …]