Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/text/
DStringImplBase.h52 : m_refCountAndFlags(s_refCountIncrement | s_refCountFlagShouldReportedCost | ownership) in StringImplBase()
84 static const unsigned s_refCountFlagShouldReportedCost = 0x8; variable
90 … unsigned s_refCountInvalidForStringImpl = s_refCountFlagStatic | s_refCountFlagShouldReportedCost;
DStringImpl.h209 if (m_refCountAndFlags & s_refCountFlagShouldReportedCost) { in cost()
210 m_refCountAndFlags &= ~s_refCountFlagShouldReportedCost; in cost()