Searched refs:newThing (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGGraph.h633 void substitute(BasicBlock& block, unsigned startIndexInBlock, T oldThing, T newThing) argument
640 compareAndSwap(m_varArgChildren[childIdx], oldThing, newThing);
646 compareAndSwap(node->children.child1(), oldThing, newThing);
649 compareAndSwap(node->children.child2(), oldThing, newThing);
652 compareAndSwap(node->children.child3(), oldThing, newThing);

Completed in 113 milliseconds