Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-profiler-agent-impl.cc496 if (!m_startedProfilesCount) { in startProfiling()
503 ++m_startedProfilesCount; in startProfiling()
517 --m_startedProfilesCount; in stopProfiling()
518 if (!m_startedProfilesCount) { in stopProfiling()
Dv8-profiler-agent-impl.h77 int m_startedProfilesCount = 0; variable