Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1230 Instruction::Code instr_code = instr.Opcode(); in artQuickResolutionTrampoline() local
1232 switch (instr_code) { in artQuickResolutionTrampoline()
2296 Instruction::Code instr_code = instr.Opcode(); in artInvokeInterfaceTrampoline() local
2297 DCHECK(instr_code == Instruction::INVOKE_INTERFACE || in artInvokeInterfaceTrampoline()
2298 instr_code == Instruction::INVOKE_INTERFACE_RANGE) in artInvokeInterfaceTrampoline()
2300 if (instr_code == Instruction::INVOKE_INTERFACE) { in artInvokeInterfaceTrampoline()
2303 DCHECK_EQ(instr_code, Instruction::INVOKE_INTERFACE_RANGE); in artInvokeInterfaceTrampoline()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Ddisasm.c786 unsigned char *instr_code = (unsigned char *) (instr + 1); in ppir_disassemble_instr() local
796 bitcopy(instr_code, code, bits, bit_offset); in ppir_disassemble_instr()