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

/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGVariableAccessData.cpp136 return DFG::mergeDoubleFormatState(m_doubleFormatState, NotUsingDoubleFormat);
151 return DFG::mergeDoubleFormatState(m_doubleFormatState, UsingDoubleFormat);
154 bool VariableAccessData::mergeDoubleFormatState(DoubleFormatState doubleFormatState) function in class:JSC::DFG::VariableAccessData
156 return DFG::mergeDoubleFormatState(find()->m_doubleFormatState, doubleFormatState);
H A DDFGDoubleFormatState.h68 inline bool mergeDoubleFormatState(DoubleFormatState& dest, DoubleFormatState src) function in namespace:JSC::DFG
H A DDFGArgumentPosition.h76 changed |= mergeDoubleFormatState(m_doubleFormatState, variable->doubleFormatState());
85 changed |= variable->mergeDoubleFormatState(m_doubleFormatState);
H A DDFGVariableAccessData.h202 bool mergeDoubleFormatState(DoubleFormatState);

Completed in 117 milliseconds