Searched refs:runtime_profiler_ (Results 1 – 2 of 2) sorted by relevance
980 RuntimeProfiler* runtime_profiler() { return runtime_profiler_; } in runtime_profiler()1754 RuntimeProfiler* runtime_profiler_ = nullptr; variable
3096 if (runtime_profiler_ != nullptr) { in ThrowInternal()3097 delete runtime_profiler_; in ThrowInternal()3098 runtime_profiler_ = nullptr; in ThrowInternal()3617 runtime_profiler_ = new RuntimeProfiler(this); in ThrowInternal()