Searched refs:return_instruction (Results 1 – 1 of 1) sorted by relevance
496 DexInstructionIterator return_instruction = code_item->begin(); in AnalyseReturnMethod() local497 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseReturnMethod()498 uint32_t reg = return_instruction->VRegA_11x(); in AnalyseReturnMethod()519 const Instruction* return_instruction = instruction->Next(); in AnalyseConstMethod() local520 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseConstMethod()526 int32_t return_reg = return_instruction->VRegA_11x(); in AnalyseConstMethod()554 const Instruction* return_instruction = instruction->Next(); in AnalyseIGetMethod() local555 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseIGetMethod()563 uint32_t return_reg = return_instruction->VRegA_11x(); in AnalyseIGetMethod()616 const Instruction* return_instruction = instruction->Next(); in AnalyseIPutMethod() local[all …]