Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/dex/
H A Dinline_method_analyser.cc536 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseReturnMethod() local
559 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseConstMethod() local
594 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseIGetMethod() local
656 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseIPutMethod() local
/aosp_15_r20/external/mesa3d/src/mesa/program/
H A Dprogram_lexer.l68 #define return_opcode(condition, token, opcode, len) \ macro