Searched refs:profilerAgent (Results 1 – 3 of 3) sorted by relevance
198 V8ProfilerAgentImpl* profilerAgent() { in profilerAgent() function in v8_inspector::__anone10f4c2c0111::ConsoleHelper200 if (session && session->profilerAgent()->enabled()) in profilerAgent()201 return session->profilerAgent(); in profilerAgent()404 if (V8ProfilerAgentImpl* profilerAgent = helper.profilerAgent()) in profileCallback() local405 profilerAgent->consoleProfile(helper.firstArgToString(String16())); in profileCallback()411 if (V8ProfilerAgentImpl* profilerAgent = helper.profilerAgent()) in profileEndCallback() local412 profilerAgent->consoleProfileEnd(helper.firstArgToString(String16())); in profileEndCallback()
89 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()
43 V8ProfilerAgentImpl* profilerAgent() { return m_profilerAgent.get(); } in profilerAgent() function