Home
last modified time | relevance | path

Searched refs:isJSConstant (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/dfg/
DDFGJITCompiler.h263 bool isJSConstant(NodeIndex nodeIndex) in isJSConstant() function
281 ASSERT(isJSConstant(nodeIndex)); in valueOfJSConstant()
DDFGJITCodeGenerator.cpp59 ASSERT(isJSConstant(nodeIndex)); in fillInteger()
136 ASSERT(isJSConstant(nodeIndex)); in fillDouble()
255 ASSERT(isJSConstant(nodeIndex)); in fillJSValue()
DDFGJITCodeGenerator.h243 bool isJSConstant(NodeIndex nodeIndex) { return m_jit.isJSConstant(nodeIndex); } in isJSConstant() function
299 ASSERT(isJSConstant(nodeIndex)); in constantAsJSValue()
444 … ASSERT(isInt32Constant(nodeIndex) || isDoubleConstant(nodeIndex) || isJSConstant(nodeIndex)); in initConstantInfo()
DDFGJITCompiler.cpp96 ASSERT(isJSConstant(nodeIndex)); in fillToJS()
DDFGByteCodeParser.cpp331 bool isJSConstant(NodeIndex index) in isJSConstant() function in JSC::DFG::ByteCodeParser
349 ASSERT(isJSConstant(index)); in valueOfJSConstant()