Searched refs:return_opcode (Results 1 – 1 of 1) sorted by relevance
525 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseReturnMethod() local529 DCHECK_LT((return_opcode == Instruction::RETURN_WIDE) ? reg + 1 : reg, in AnalyseReturnMethod()548 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseConstMethod() local549 if (return_opcode != Instruction::RETURN && in AnalyseConstMethod()550 return_opcode != Instruction::RETURN_OBJECT) { in AnalyseConstMethod()585 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseIGetMethod() local649 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseIPutMethod() local652 if (return_opcode != Instruction::RETURN_VOID) { in AnalyseIPutMethod()653 if (return_opcode != Instruction::RETURN && in AnalyseIPutMethod()654 return_opcode != Instruction::RETURN_OBJECT && in AnalyseIPutMethod()[all …]