Searched refs:runtime_profiler_ (Results 1 – 2 of 2) sorted by relevance
2448 runtime_profiler_(nullptr), in Throw()2646 if (runtime_profiler_ != nullptr) { in Throw()2647 delete runtime_profiler_; in Throw()2648 runtime_profiler_ = nullptr; in Throw()3035 runtime_profiler_ = new RuntimeProfiler(this); in Throw()
1008 RuntimeProfiler* runtime_profiler() { return runtime_profiler_; } in runtime_profiler()1672 RuntimeProfiler* runtime_profiler_; variable