Home
last modified time | relevance | path

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

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