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

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGMinifiedNode.cpp46 result.m_childOrInfo = bitwise_cast<uintptr_t>(node->weakConstant());
H A DDFGMinifiedNode.h87 JSCell* weakConstant() const function in class:JSC::DFG::MinifiedNode
H A DDFGConstantFoldingPhase.cpp397 Node* weakConstant = m_insertionSet.insertNode( local
403 OpInfo(cell->structure()), Edge(weakConstant, CellUse));
409 OpInfo(m_graph.addStructureSet(cell->structure())), Edge(weakConstant, CellUse));
H A DDFGVariableEventStream.cpp96 recovery = ValueRecovery::constant(node->weakConstant());
H A DDFGCSEPhase.cpp173 if (otherNode->weakConstant() != node->weakConstant())
H A DDFGNode.h371 JSCell* weakConstant() function in struct:JSC::DFG::Node
381 return JSValue(weakConstant());
H A DDFGGraph.cpp258 out.print(comma, RawPointer(node->weakConstant()));
H A DDFGByteCodeParser.cpp2047 JSCell* cell = callee->weakConstant();
H A DDFGSpeculativeJIT.cpp1748 m_jit.addWeakReference(m_currentNode->weakConstant());
H A DDFGSpeculativeJIT32_64.cpp1969 m_jit.addWeakReference(node->weakConstant());
H A DDFGSpeculativeJIT64.cpp1924 m_jit.addWeakReference(node->weakConstant());

Completed in 277 milliseconds