Searched refs:VisitAtomicCompareExchange (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64.cc | 1850 void VisitAtomicCompareExchange(InstructionSelector* selector, Node* node, in VisitAtomicCompareExchange() function 2365 VisitAtomicCompareExchange(this, node, opcode); in VisitWord32AtomicCompareExchange() 2383 VisitAtomicCompareExchange(this, node, opcode); in VisitWord64AtomicCompareExchange()
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 2172 void VisitAtomicCompareExchange(InstructionSelector* selector, Node* node, in VisitAtomicCompareExchange() function 2853 VisitAtomicCompareExchange(this, node, opcode); in VisitWord32AtomicCompareExchange() 2871 VisitAtomicCompareExchange(this, node, opcode); in VisitWord64AtomicCompareExchange()
|