Searched refs:runtime_profiler_ (Results 1 – 2 of 2) sorted by relevance
2235 runtime_profiler_(NULL), in Throw()2409 if (runtime_profiler_ != NULL) { in Throw()2410 delete runtime_profiler_; in Throw()2411 runtime_profiler_ = NULL; in Throw()2713 runtime_profiler_ = new RuntimeProfiler(this); in Throw()
847 RuntimeProfiler* runtime_profiler() { return runtime_profiler_; } in runtime_profiler()1379 RuntimeProfiler* runtime_profiler_; variable