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

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGGraph.h280 bool isBooleanConstant(Node* node) function in class:JSC::DFG::Graph
282 return node->isBooleanConstant(m_codeBlock);
H A DDFGNode.h412 bool isBooleanConstant(CodeBlock* codeBlock) function in struct:JSC::DFG::Node
H A DDFGSpeculativeJIT.h547 bool isBooleanConstant(Node* node) { return m_jit.graph().isBooleanConstant(node); } function in class:JSC::DFG::SpeculativeJIT
H A DDFGSpeculativeJIT.cpp427 ASSERT(isBooleanConstant(node));
1486 if (isBooleanConstant(node->child1().node())) {
1490 } else if (isBooleanConstant(node->child2().node())) {

Completed in 141 milliseconds