Home
last modified time | relevance | path

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

/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc1868 void VisitAtomicExchange(InstructionSelector* selector, Node* node, in VisitAtomicExchange() function
2284 VisitAtomicExchange(this, node, opcode); in VisitWord32AtomicStore()
2307 VisitAtomicExchange(this, node, opcode); in VisitWord64AtomicStore()
2327 VisitAtomicExchange(this, node, opcode); in VisitWord32AtomicExchange()
2345 VisitAtomicExchange(this, node, opcode); in VisitWord64AtomicExchange()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc1295 void VisitAtomicExchange(InstructionSelector* selector, Node* node, in VisitAtomicExchange() function
1669 VisitAtomicExchange(this, node, opcode, rep); in VisitWord32AtomicStore()
1690 VisitAtomicExchange(this, node, opcode, type.representation()); in VisitWord32AtomicExchange()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc2157 void VisitAtomicExchange(InstructionSelector* selector, Node* node, in VisitAtomicExchange() function
2815 VisitAtomicExchange(this, node, opcode); in VisitWord32AtomicExchange()
2833 VisitAtomicExchange(this, node, opcode); in VisitWord64AtomicExchange()