Searched refs:return_instruction (Results 1 – 1 of 1) sorted by relevance
540 const Instruction* return_instruction = Instruction::At(code_item->insns_); in AnalyseReturnMethod() local541 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() local565 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() local603 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 …]