Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-profiler-agent-impl.cc250 m_frontendInitiatedProfileId = nextProfileId(); in start()
251 startProfiling(m_frontendInitiatedProfileId); in start()
263 stopProfiling(m_frontendInitiatedProfileId, !!profile); in stop()
268 m_frontendInitiatedProfileId = String16(); in stop()
Dv8-profiler-agent-impl.h71 String16 m_frontendInitiatedProfileId; variable