Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-console.cc198 V8ProfilerAgentImpl* profilerAgent() { in profilerAgent() function in v8_inspector::__anone10f4c2c0111::ConsoleHelper
200 if (session && session->profilerAgent()->enabled()) in profilerAgent()
201 return session->profilerAgent(); in profilerAgent()
404 if (V8ProfilerAgentImpl* profilerAgent = helper.profilerAgent()) in profileCallback() local
405 profilerAgent->consoleProfile(helper.firstArgToString(String16())); in profileCallback()
411 if (V8ProfilerAgentImpl* profilerAgent = helper.profilerAgent()) in profileEndCallback() local
412 profilerAgent->consoleProfileEnd(helper.firstArgToString(String16())); in profileEndCallback()
Dv8-inspector-impl.cc89 V8ProfilerAgentImpl* agent = session ? session->profilerAgent() : nullptr; in enabledProfilerAgentForGroup()
305 if (it->second->profilerAgent()->idleStarted()) return; in idleStarted()
311 if (it->second->profilerAgent()->idleFinished()) return; in idleFinished()
Dv8-inspector-session-impl.h43 V8ProfilerAgentImpl* profilerAgent() { return m_profilerAgent.get(); } in profilerAgent() function