Searched refs:mergeSpeculations (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGAbstractValue.h305 if (mergeSpeculations(m_type, speculationFromValue(value)) != m_type)
324 if (mergeSpeculations(m_type, speculationFromValue(value)) != m_type)
364 ASSERT(mergeSpeculations(m_type, speculationFromValue(m_value)) == m_type);
H A DDFGAbstractState.h257 if (mergeSpeculations(speculationFromValue(value), oldType) != oldType)
H A DDFGPredictionPropagationPhase.cpp42 return mergeSpeculations(type & ~SpecObject, SpecString);
128 return speculatedDoubleTypeForPrediction(mergeSpeculations(left, right));
389 prediction = mergeSpeculations(prediction, SpecObjectOther);
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DSpeculatedType.h302 inline SpeculatedType mergeSpeculations(SpeculatedType left, SpeculatedType right) function in namespace:JSC
310 SpeculatedType newSpeculation = static_cast<T>(mergeSpeculations(static_cast<SpeculatedType>(left), right));

Completed in 209 milliseconds