Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DUStringImpl.h163 UStringImpl* ref() { m_refCount += s_refCountIncrement; return this; } in ref()
164 ALWAYS_INLINE void deref() { if (!(m_refCount -= s_refCountIncrement)) delete this; } in deref()
204 , m_refCount(s_refCountIncrement) in UStringImpl()
232 , m_refCount(s_refCountIncrement) in UStringImpl()
249 , m_refCount(s_refCountIncrement) in UStringImpl()
269 static const int s_refCountIncrement = 2; variable