Searched refs:m_hasTimer (Results 1 – 2 of 2) sorted by relevance
153 m_hasTimer(false) {} in V8HeapProfilerAgentImpl()298 if (!m_hasTimer) { in startTrackingHeapObjectsInternal()299 m_hasTimer = true; in startTrackingHeapObjectsInternal()306 if (m_hasTimer) { in stopTrackingHeapObjectsInternal()309 m_hasTimer = false; in stopTrackingHeapObjectsInternal()
60 bool m_hasTimer; variable