Home
last modified time | relevance | path

Searched refs:cpu_profiler_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Disolate.cc1775 cpu_profiler_(NULL), in Isolate()
1898 if (cpu_profiler_) { in Deinit()
1899 cpu_profiler_->DeleteAllProfiles(); in Deinit()
1929 delete cpu_profiler_; in Deinit()
1930 cpu_profiler_ = NULL; in Deinit()
2135 cpu_profiler_ = new CpuProfiler(this); in Init()
Disolate.h899 CpuProfiler* cpu_profiler() const { return cpu_profiler_; } in cpu_profiler()
1271 CpuProfiler* cpu_profiler_; variable