Home | History | Annotate | Download | only in src

Lines Matching refs:RuntimeProfiler

797   RuntimeProfiler* runtime_profiler() { return runtime_profiler_; }
982 if (RuntimeProfiler::IsEnabled()) {
988 RuntimeProfiler::IsolateEnteredJS(this);
991 ASSERT(RuntimeProfiler::IsSomeIsolateInJS());
992 RuntimeProfiler::IsolateExitedJS(this);
1157 RuntimeProfiler* runtime_profiler_;