Searched refs:m_prediction (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGVariableAccessData.h46 , m_prediction(SpecNone)
62 , m_prediction(SpecNone)
171 bool result = mergeSpeculation(self->m_prediction, prediction);
173 mergeSpeculation(m_argumentAwarePrediction, m_prediction);
179 return m_prediction;
184 return find()->m_prediction;
299 return mergeSpeculation(m_prediction, SpecDouble);
316 SpeculatedType m_prediction; member in class:JSC::DFG::VariableAccessData
H A DDFGArgumentPosition.h39 : m_prediction(SpecNone)
61 changed |= mergeSpeculation(m_prediction, variable->argumentAwarePrediction());
70 changed |= variable->mergeArgumentAwarePrediction(m_prediction);
96 SpeculatedType prediction() const { return m_prediction; }
121 SpeculatedType m_prediction; member in class:JSC::DFG::ArgumentPosition
H A DDFGNode.h95 , m_prediction(SpecNone)
106 , m_prediction(SpecNone)
119 , m_prediction(SpecNone)
133 , m_prediction(SpecNone)
147 , m_prediction(SpecNone)
1089 return m_prediction;
1094 return mergeSpeculation(m_prediction, prediction);
1319 SpeculatedType m_prediction; member in struct:JSC::DFG::Node
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DValueProfile.h55 , m_prediction(SpecNone)
65 , m_prediction(SpecNone)
121 out.print("predicting ", SpeculationDump(m_prediction));
130 out.print("samples = ", totalNumberOfSamples(), " prediction = ", SpeculationDump(m_prediction));
159 mergeSpeculation(m_prediction, speculationFromValue(value));
178 return m_prediction;
183 SpeculatedType m_prediction; member in struct:JSC::ValueProfileBase
H A DCodeBlock.cpp3164 if (profile->numberOfSamples() || profile->m_prediction != SpecNone)
3264 if (!profile->numberOfSamples() && profile->m_prediction == SpecNone) {

Completed in 114 milliseconds