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

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGGraph.h272 bool isDoubleConstant(Node* node) function in class:JSC::DFG::Graph
274 return node->isDoubleConstant(m_codeBlock);
H A DDFGNode.h397 bool isDoubleConstant(CodeBlock* codeBlock) function in struct:JSC::DFG::Node
408 ASSERT(result == (isInt32Constant(codeBlock) || isDoubleConstant(codeBlock)));
H A DDFGSpeculativeJIT.h545 bool isDoubleConstant(Node* node) { return m_jit.graph().isDoubleConstant(node); } function in class:JSC::DFG::SpeculativeJIT

Completed in 129 milliseconds