Searched defs:return_opcode (Results 1 – 2 of 2) sorted by relevance
536 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseReturnMethod() local559 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseConstMethod() local594 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseIGetMethod() local656 Instruction::Code return_opcode = return_instruction->Opcode(); in AnalyseIPutMethod() local
68 #define return_opcode(condition, token, opcode, len) \ macro