Searched refs:instr_code (Results 1 – 1 of 1) sorted by relevance
1329 Instruction::Code instr_code = instr.Opcode(); in artQuickResolutionTrampoline() local1331 switch (instr_code) { in artQuickResolutionTrampoline()2656 Instruction::Code instr_code = instr.Opcode(); in artInvokeInterfaceTrampoline() local2657 DCHECK(instr_code == Instruction::INVOKE_INTERFACE || in artInvokeInterfaceTrampoline()2658 instr_code == Instruction::INVOKE_INTERFACE_RANGE) in artInvokeInterfaceTrampoline()2660 if (instr_code == Instruction::INVOKE_INTERFACE) { in artInvokeInterfaceTrampoline()2663 DCHECK_EQ(instr_code, Instruction::INVOKE_INTERFACE_RANGE); in artInvokeInterfaceTrampoline()