HomeSort by relevance Sort by last modified time
    Searched defs:profilerAgent (Results 1 - 2 of 2) sorted by null

  /external/v8/src/inspector/
v8-inspector-session-impl.h 43 V8ProfilerAgentImpl* profilerAgent() { return m_profilerAgent.get(); }
v8-console.cc 198 V8ProfilerAgentImpl* profilerAgent() {
200 if (session && session->profilerAgent()->enabled())
201 return session->profilerAgent();
404 if (V8ProfilerAgentImpl* profilerAgent = helper.profilerAgent())
405 profilerAgent->consoleProfile(helper.firstArgToString(String16()));
411 if (V8ProfilerAgentImpl* profilerAgent = helper.profilerAgent())
412 profilerAgent->consoleProfileEnd(helper.firstArgToString(String16()));
    [all...]

Completed in 52 milliseconds