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

/art/compiler/utils/x86/
H A Dassembler_x86.h723 void cmpxchg8b(const Address& address);
744 lock()->cmpxchg8b(address);
H A Dassembler_x86.cc2642 void X86Assembler::cmpxchg8b(const Address& address) { function in class:art::x86::X86Assembler
/art/runtime/arch/x86/
H A Dquick_entrypoints_x86.S1811 lock cmpxchg8b (%edi) // Relaxed atomic load EDX:EAX from the dex cache slot.

Completed in 62 milliseconds