Searched refs:m_singletonValueIsTop (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DValueProfile.h57 , m_singletonValueIsTop(false)
67 , m_singletonValueIsTop(false)
120 if (m_singletonValueIsTop)
132 if (m_singletonValueIsTop)
161 if (!m_singletonValueIsTop && !!value) {
165 m_singletonValueIsTop = true;
172 && !m_singletonValueIsTop
176 m_singletonValueIsTop = true;
186 bool m_singletonValueIsTop; member in struct:JSC::ValueProfileBase
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGByteCodeParser.cpp2027 if (profile->m_singletonValueIsTop
2121 if (profile->m_singletonValueIsTop

Completed in 154 milliseconds