Searched refs:VisitAtomicExchange (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64.cc | 1868 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/ |
D | instruction-selector-ia32.cc | 1295 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/ |
D | instruction-selector-arm64.cc | 2157 void VisitAtomicExchange(InstructionSelector* selector, Node* node, in VisitAtomicExchange() function 2815 VisitAtomicExchange(this, node, opcode); in VisitWord32AtomicExchange() 2833 VisitAtomicExchange(this, node, opcode); in VisitWord64AtomicExchange()
|