Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dx86_lir.h636 kX86CallI, // call <relative> - 0: disp; Used for core.oat linking only enumerator
Dassemble_x86.cc546 …{ kX86CallI, kCall, IS_UNARY_OP | IS_BRANCH, { 0, 0, 0xE8…
846 case kX86CallI: return 5; // opcode 0:disp in GetInsnSize()
1914 case kX86CallI: // lir operands - 0: disp in AssembleInstructions()
Dtarget_x86.cc990 LIR* call = RawLIR(current_dalvik_offset_, kX86CallI, 0, in CallWithLinkerFixup()
1095 DCHECK_EQ(p->opcode, kX86CallI); in InstallLiteralPools()
Dint_x86.cc1402 LIR* call = NewLIR1(kX86CallI, 0); in OpLoadPc()