Home
last modified time | relevance | path

Searched refs:m_specificFunctionThrashCount (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DStructure.cpp189 , m_specificFunctionThrashCount(0) in Structure()
211 , m_specificFunctionThrashCount(0) in Structure()
232 , m_specificFunctionThrashCount(previous->m_specificFunctionThrashCount) in Structure()
333 if (structure->m_specificFunctionThrashCount == maxSpecificFunctionThrashCount) in addPropertyTransition()
410 ASSERT(structure->m_specificFunctionThrashCount < maxSpecificFunctionThrashCount); in despecifyFunctionTransition()
413 ++transition->m_specificFunctionThrashCount; in despecifyFunctionTransition()
421 if (transition->m_specificFunctionThrashCount == maxSpecificFunctionThrashCount) in despecifyFunctionTransition()
584 if (m_specificFunctionThrashCount == maxSpecificFunctionThrashCount) in addPropertyWithoutTransition()
DStructure.h130 …void disableSpecificFunctionTracking() { m_specificFunctionThrashCount = maxSpecificFunctionThrash… in disableSpecificFunctionTracking()
244 unsigned m_specificFunctionThrashCount : 2; variable