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.cc270 m_frontendInitiatedProfileId = nextProfileId(); in start()
271 startProfiling(m_frontendInitiatedProfileId); in start()
283 stopProfiling(m_frontendInitiatedProfileId, !!profile); in stop()
288 m_frontendInitiatedProfileId = String16(); in stop()
Dv8-profiler-agent-impl.h76 String16 m_frontendInitiatedProfileId; variable