Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86.h798 void cmpxchg8b(const Address& address);
819 lock()->cmpxchg8b(address); in LockCmpxchg8b()
Dassembler_x86.cc3640 void X86Assembler::cmpxchg8b(const Address& address) { in cmpxchg8b() function in art::x86::X86Assembler
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1756 lock cmpxchg8b (%edi) // Relaxed atomic load EDX:EAX from the dex cache slot.