Searched refs:return_instruction (Results 1 – 1 of 1) sorted by relevance
524 DexInstructionIterator return_instruction = code_item->begin(); in AnalyseReturnMethod() local525 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() local548 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() local585 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 …]