HomeSort by relevance Sort by last modified time
    Searched refs:isDoubleConstant (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCompiler.h 259 bool isDoubleConstant(NodeIndex nodeIndex)
276 ASSERT(isDoubleConstant(nodeIndex));
DFGJITCodeGenerator.cpp 55 if (isDoubleConstant(nodeIndex)) {
125 } else if (isDoubleConstant(nodeIndex)) {
250 } else if (isDoubleConstant(nodeIndex)) {
DFGJITCodeGenerator.h 242 bool isDoubleConstant(NodeIndex nodeIndex) { return m_jit.isDoubleConstant(nodeIndex); }
297 if (isDoubleConstant(nodeIndex))
444 ASSERT(isInt32Constant(nodeIndex) || isDoubleConstant(nodeIndex) || isJSConstant(nodeIndex));
    [all...]
DFGSpeculativeJIT.h 140 if (!m_jit.isDoubleConstant(nodeIndex))
DFGJITCompiler.cpp 92 } else if (isDoubleConstant(nodeIndex)) {
DFGNonSpeculativeJIT.cpp 171 return isInt32Constant(nodeIndex) || isDoubleConstant(nodeIndex);
325 ASSERT(!isDoubleConstant(node.child1));
DFGByteCodeParser.cpp 327 bool isDoubleConstant(NodeIndex index)
344 ASSERT(isDoubleConstant(index));
    [all...]

Completed in 174 milliseconds