Home
last modified time | relevance | path

Searched refs:isDoubleConstant (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/dfg/
DDFGJITCompiler.h259 bool isDoubleConstant(NodeIndex nodeIndex) in isDoubleConstant() function
276 ASSERT(isDoubleConstant(nodeIndex)); in valueOfDoubleConstant()
DDFGJITCodeGenerator.cpp55 if (isDoubleConstant(nodeIndex)) { in fillInteger()
125 } else if (isDoubleConstant(nodeIndex)) { in fillDouble()
250 } else if (isDoubleConstant(nodeIndex)) { in fillJSValue()
DDFGJITCodeGenerator.h242 bool isDoubleConstant(NodeIndex nodeIndex) { return m_jit.isDoubleConstant(nodeIndex); } in isDoubleConstant() function
297 if (isDoubleConstant(nodeIndex)) in constantAsJSValue()
444 … ASSERT(isInt32Constant(nodeIndex) || isDoubleConstant(nodeIndex) || isJSConstant(nodeIndex)); in initConstantInfo()
DDFGSpeculativeJIT.h140 if (!m_jit.isDoubleConstant(nodeIndex)) in isDoubleConstantWithInt32Value()
DDFGNonSpeculativeJIT.cpp171 return isInt32Constant(nodeIndex) || isDoubleConstant(nodeIndex); in isKnownNumeric()
325 ASSERT(!isDoubleConstant(node.child1)); in compile()
DDFGJITCompiler.cpp92 } else if (isDoubleConstant(nodeIndex)) { in fillToJS()
DDFGByteCodeParser.cpp327 bool isDoubleConstant(NodeIndex index) in isDoubleConstant() function in JSC::DFG::ByteCodeParser
344 ASSERT(isDoubleConstant(index)); in valueOfDoubleConstant()