Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1247 Instruction::Code instr_code = instr.Opcode(); in artQuickResolutionTrampoline() local
1249 switch (instr_code) { in artQuickResolutionTrampoline()
2398 Instruction::Code instr_code = instr.Opcode(); in artInvokeInterfaceTrampoline() local
2399 DCHECK(instr_code == Instruction::INVOKE_INTERFACE || in artInvokeInterfaceTrampoline()
2400 instr_code == Instruction::INVOKE_INTERFACE_RANGE) in artInvokeInterfaceTrampoline()
2402 if (instr_code == Instruction::INVOKE_INTERFACE) { in artInvokeInterfaceTrampoline()
2405 DCHECK_EQ(instr_code, Instruction::INVOKE_INTERFACE_RANGE); in artInvokeInterfaceTrampoline()