Home
last modified time | relevance | path

Searched refs:return_opcode (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/compiler/dex/
H A Dinline_method_analyser.cc525 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseReturnMethod() local
529 DCHECK_LT((return_opcode == Instruction::RETURN_WIDE) ? reg + 1 : reg, in AnalyseReturnMethod()
548 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseConstMethod() local
549 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() local
649 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseIPutMethod() local
652 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 …]