Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dcpu-profiler.cc412 if (!profiles_->IsLastProfile(title)) return; in StopProcessorIfLastProfile()
Dprofile-generator.h416 bool IsLastProfile(const char* title);
Dprofile-generator.cc653 bool CpuProfilesCollection::IsLastProfile(const char* title) { in IsLastProfile() function in v8::internal::CpuProfilesCollection