Searched refs:instr_code (Results 1 – 1 of 1) sorted by relevance
837 Instruction::Code instr_code = instr->Opcode(); in artQuickResolutionTrampoline() local839 switch (instr_code) { in artQuickResolutionTrampoline()2075 Instruction::Code instr_code = instr->Opcode(); in artInvokeInterfaceTrampoline() local2076 CHECK(instr_code == Instruction::INVOKE_INTERFACE || in artInvokeInterfaceTrampoline()2077 instr_code == Instruction::INVOKE_INTERFACE_RANGE) in artInvokeInterfaceTrampoline()2080 if (instr_code == Instruction::INVOKE_INTERFACE) { in artInvokeInterfaceTrampoline()2083 DCHECK_EQ(instr_code, Instruction::INVOKE_INTERFACE_RANGE); in artInvokeInterfaceTrampoline()