Home
last modified time | relevance | path

Searched defs:popl (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc114 __ popl(spill); in RemoveFrame() local
399 __ popl(Address(dest_base.AsX86().AsCpuRegister(), dest_offset)); in Copy() local
423 __ popl(Address(dest.AsX86().AsCpuRegister(), dest_offset)); in Copy() local
437 __ popl(Address(scratch, dest_offset)); in Copy() local
Dassembler_x86.cc127 void X86Assembler::popl(Register reg) { in popl() function in art::x86::X86Assembler
133 void X86Assembler::popl(const Address& address) { in popl() function in art::x86::X86Assembler
/art/compiler/optimizing/
Dintrinsics_x86.cc1509 __ popl(EAX); in VisitStringGetCharsNoCheck() local
1513 __ popl(ECX); in VisitStringGetCharsNoCheck() local
2921 __ popl(Address(temp2, 0)); in VisitSystemArrayCopy() local
2944 __ popl(Address(temp2, 0)); in VisitSystemArrayCopy() local
Dcode_generator_x86.cc678 __ popl(EAX); in EmitNativeCode() local
1092 __ popl(EAX); in MaybeIncrementHotness() local
1119 __ popl(EAX); in MaybeIncrementHotness() local
1134 __ popl(EAX); // Put stack as expected before exiting or calling stub. in MaybeIncrementHotness() local
1197 __ popl(reg); in GenerateFrameExit() local
1338 __ popl(Address(ESP, destination.GetStackIndex())); in Move32() local
6619 __ popl(static_cast<Register>(reg)); in RestoreScratch() local
8237 __ popl(reg); in VisitX86ComputeBaseMethodAddress() local