Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/dfg/
DDFGJITCodeGenerator.cpp60 JSValue jsValue = valueOfJSConstant(nodeIndex); in fillInteger()
137 JSValue jsValue = valueOfJSConstant(nodeIndex); in fillDouble()
256 JSValue jsValue = valueOfJSConstant(nodeIndex); in fillJSValue()
DDFGJITCodeGenerator.h246 JSValue valueOfJSConstant(NodeIndex nodeIndex) { return m_jit.valueOfJSConstant(nodeIndex); } in valueOfJSConstant() function
300 return valueOfJSConstant(nodeIndex); in constantAsJSValue()
DDFGJITCompiler.h279 JSValue valueOfJSConstant(NodeIndex nodeIndex) in valueOfJSConstant() function
DDFGByteCodeParser.cpp239 JSValue v = valueOfJSConstant(index); in toInt32()
271 JSValue v = valueOfJSConstant(index); in toNumber()
347 JSValue valueOfJSConstant(NodeIndex index) in valueOfJSConstant() function in JSC::DFG::ByteCodeParser
DDFGJITCompiler.cpp97 JSValue jsValue = valueOfJSConstant(nodeIndex); in fillToJS()