Searched defs:HasDetachedProfiles (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dcpu-profiler.cc339 bool CpuProfiler::HasDetachedProfiles() { function in class:v8::internal::CpuProfiler
341 return Isolate::Current()->cpu_profiler()->profiles_->HasDetachedProfiles();
H A Dprofile-generator.h308 bool HasDetachedProfiles() { return detached_profiles_.length() > 0; } function in class:v8::internal::CpuProfilesCollection

Completed in 72 milliseconds