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

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1019 Instruction::Code instr_code = instr->Opcode(); local
1021 switch (instr_code) {
2408 Instruction::Code instr_code = instr->Opcode(); local
2409 DCHECK(instr_code == Instruction::INVOKE_INTERFACE ||
2410 instr_code == Instruction::INVOKE_INTERFACE_RANGE)
2412 if (instr_code == Instruction::INVOKE_INTERFACE) {
2415 DCHECK_EQ(instr_code, Instruction::INVOKE_INTERFACE_RANGE);

Completed in 31 milliseconds