Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/dfg/
DDFGGenerationInfo.h65 , m_useCount(0) in GenerationInfo()
75 m_useCount = useCount; in initConstant()
83 m_useCount = useCount; in initInteger()
94 m_useCount = useCount;
103 m_useCount = useCount; in initCell()
112 m_useCount = useCount; in initDouble()
121 m_useCount = useCount; in initNone()
135 return !--m_useCount; in use()
143 ASSERT(m_useCount); in canReuse()
144 return m_useCount == 1; in canReuse()
[all …]