Searched refs:m_hasTimer (Results 1 – 2 of 2) sorted by relevance
154 m_hasTimer(false) {} in V8HeapProfilerAgentImpl()300 if (!m_hasTimer) { in startTrackingHeapObjectsInternal()301 m_hasTimer = true; in startTrackingHeapObjectsInternal()308 if (m_hasTimer) { in stopTrackingHeapObjectsInternal()311 m_hasTimer = false; in stopTrackingHeapObjectsInternal()
62 bool m_hasTimer; variable