Home
last modified time | relevance | path

Searched defs:isJSConstant (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/dfg/
DDFGJITCompiler.h263 bool isJSConstant(NodeIndex nodeIndex) in isJSConstant() function
DDFGByteCodeParser.cpp331 bool isJSConstant(NodeIndex index) in isJSConstant() function in JSC::DFG::ByteCodeParser
DDFGJITCodeGenerator.h243 bool isJSConstant(NodeIndex nodeIndex) { return m_jit.isJSConstant(nodeIndex); } in isJSConstant() function