Searched refs:instr_code (Results 1 – 2 of 2) sorted by relevance
1230 Instruction::Code instr_code = instr.Opcode(); in artQuickResolutionTrampoline() local1232 switch (instr_code) { in artQuickResolutionTrampoline()2296 Instruction::Code instr_code = instr.Opcode(); in artInvokeInterfaceTrampoline() local2297 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()
786 unsigned char *instr_code = (unsigned char *) (instr + 1); in ppir_disassemble_instr() local796 bitcopy(instr_code, code, bits, bit_offset); in ppir_disassemble_instr()