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

  /external/v8/src/inspector/
v8-profiler-agent-impl.h 71 String16 m_frontendInitiatedProfileId;
v8-profiler-agent-impl.cc 250 m_frontendInitiatedProfileId = nextProfileId();
251 startProfiling(m_frontendInitiatedProfileId);
263 stopProfiling(m_frontendInitiatedProfileId, !!profile);
268 m_frontendInitiatedProfileId = String16();

Completed in 2710 milliseconds