Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dprofile-generator.cc961 finished_profiles_.push_back(std::move(*it)); in StopProfiling()
1004 std::find_if(finished_profiles_.begin(), finished_profiles_.end(), in RemoveProfile()
1008 DCHECK(pos != finished_profiles_.end()); in RemoveProfile()
1009 finished_profiles_.erase(pos); in RemoveProfile()
Dprofile-generator.h554 return &finished_profiles_; in profiles()
584 std::vector<std::unique_ptr<CpuProfile>> finished_profiles_; variable
/third_party/chromium/patch/
D0001-cve.patch151622 std::find_if(finished_profiles_.begin(), finished_profiles_.end(),
151684 return &finished_profiles_;
151700 std::vector<std::unique_ptr<CpuProfile>> finished_profiles_;