Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc189 m_hasTimer(false), in V8HeapProfilerAgentImpl()
358 if (!m_hasTimer) { in startTrackingHeapObjectsInternal()
359 m_hasTimer = true; in startTrackingHeapObjectsInternal()
366 if (m_hasTimer) { in stopTrackingHeapObjectsInternal()
369 m_hasTimer = false; in stopTrackingHeapObjectsInternal()
Dv8-heap-profiler-agent-impl.h76 bool m_hasTimer; variable