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

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGBackwardsPropagationPhase.cpp66 if (!m_graph.isNumberConstant(node))
74 if (!m_graph.isNumberConstant(node))
H A DDFGGraph.h276 bool isNumberConstant(Node* node) function in class:JSC::DFG::Graph
278 return node->isNumberConstant(m_codeBlock);
H A DDFGJITCompiler.h353 ASSERT(m_graph.isNumberConstant(node));
H A DDFGNode.h405 bool isNumberConstant(CodeBlock* codeBlock) function in struct:JSC::DFG::Node
H A DDFGSpeculativeJIT.cpp516 ASSERT(isNumberConstant(node));
527 ASSERT(isNumberConstant(node));
3076 if (isNumberConstant(node->child1().node())) {
3091 if (isNumberConstant(node->child2().node())) {
3246 if (isNumberConstant(node->child2().node())) {
3267 if (isNumberConstant(node->child1().node())) {
H A DDFGSpeculativeJIT.h546 bool isNumberConstant(Node* node) { return m_jit.graph().isNumberConstant(node); } function in class:JSC::DFG::SpeculativeJIT
874 ASSERT(isInt32Constant(node) || isNumberConstant(node) || isJSConstant(node));
H A DDFGSpeculativeJIT64.cpp60 if (isNumberConstant(edge.node())) {
136 } else if (isNumberConstant(edge.node())) {
989 if (isNumberConstant(edge.node())) {
H A DDFGSpeculativeJIT32_64.cpp57 else if (isNumberConstant(edge.node()))
979 } else if (isNumberConstant(edge.node())) {

Completed in 206 milliseconds