Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/dfg/
DDFGJITCompiler.h259 bool isDoubleConstant(NodeIndex nodeIndex) in isDoubleConstant() function
DDFGJITCodeGenerator.h242 bool isDoubleConstant(NodeIndex nodeIndex) { return m_jit.isDoubleConstant(nodeIndex); } in isDoubleConstant() function
DDFGByteCodeParser.cpp327 bool isDoubleConstant(NodeIndex index) in isDoubleConstant() function in JSC::DFG::ByteCodeParser