Searched refs:runtime_profiler_ (Results 1 – 2 of 2) sorted by relevance
418 runtime_profiler_(NULL), in Isolate()549 if (runtime_profiler_ != NULL) { in Deinit()550 runtime_profiler_->TearDown(); in Deinit()551 delete runtime_profiler_; in Deinit()552 runtime_profiler_ = NULL; in Deinit()818 runtime_profiler_ = new RuntimeProfiler(this); in Init()819 runtime_profiler_->Setup(); in Init()
812 RuntimeProfiler* runtime_profiler() { return runtime_profiler_; } in runtime_profiler()1142 RuntimeProfiler* runtime_profiler_; variable