Searched refs:DontSpeculateInteger (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGGraph.h79 DontSpeculateInteger, enumerator in enum:JSC::DFG::AddSpeculationMode
217 return (leftShouldSpeculateInteger && rightShouldSpeculateInteger && add->canSpeculateInteger()) ? SpeculateInteger : DontSpeculateInteger;
240 return addSpeculationMode(add) != DontSpeculateInteger;
737 return DontSpeculateInteger;
740 return DontSpeculateInteger;
743 return add->canSpeculateInteger() ? SpeculateInteger : DontSpeculateInteger;
748 return DontSpeculateInteger;
750 return nodeCanTruncateInteger(add->arithNodeFlags()) ? SpeculateIntegerAndTruncateConstants : DontSpeculateInteger;
H A DDFGPredictionPropagationPhase.cpp217 if (m_graph.addSpeculationMode(node) != DontSpeculateInteger)
235 if (m_graph.addSpeculationMode(node) != DontSpeculateInteger)
248 if (m_graph.addSpeculationMode(node) != DontSpeculateInteger)
H A DDFGFixupPhase.cpp1414 if (mode == DontSpeculateInteger)

Completed in 189 milliseconds