HomeSort by relevance Sort by last modified time
    Searched defs:HasDetachedProfiles (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
cpu-profiler.cc 339 bool CpuProfiler::HasDetachedProfiles() {
341 return Isolate::Current()->cpu_profiler()->profiles_->HasDetachedProfiles();
profile-generator.h 308 bool HasDetachedProfiles() { return detached_profiles_.length() > 0; }
    [all...]

Completed in 49 milliseconds