Home
last modified time | relevance | path

Searched refs:IsLastProfile (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dprofile-generator.h276 bool IsLastProfile(const char* title);
Dcpu-profiler.cc475 if (profiles_->IsLastProfile(title)) StopProcessor(); in StopProcessorIfLastProfile()
Dprofile-generator.cc498 bool CpuProfilesCollection::IsLastProfile(const char* title) { in IsLastProfile() function in v8::internal::CpuProfilesCollection