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

/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGAbstractValue.h217 if (mergeSpeculations(m_type, speculationFromValue(value)) != m_type)
379 if (mergeSpeculations(type, speculationFromValue(value)) != type)
H A DDFGPredictionPropagationPhase.cpp42 return mergeSpeculations(type & ~SpecObject, SpecString);
134 return speculatedDoubleTypeForPrediction(mergeSpeculations(left, right));
432 prediction = mergeSpeculations(prediction, SpecObjectOther);
H A DDFGAbstractValue.cpp296 ASSERT(mergeSpeculations(type, speculationFromValue(m_value)) == type);
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DSpeculatedType.h372 inline SpeculatedType mergeSpeculations(SpeculatedType left, SpeculatedType right) function in namespace:JSC
380 SpeculatedType newSpeculation = static_cast<T>(mergeSpeculations(static_cast<SpeculatedType>(left), right));

Completed in 75 milliseconds