Home | History | Annotate | Download | only in interpreter

Lines Matching refs:enabledProfilerReference

682             if (Profiler* profiler = *Profiler::enabledProfilerReference())
688 if (Profiler* profiler = *Profiler::enabledProfilerReference())
756 Profiler** profiler = Profiler::enabledProfilerReference();
827 Profiler** profiler = Profiler::enabledProfilerReference();
859 Profiler** profiler = Profiler::enabledProfilerReference();
916 Profiler** profiler = Profiler::enabledProfilerReference();
951 Profiler** profiler = Profiler::enabledProfilerReference();
1018 Profiler** profiler = Profiler::enabledProfilerReference();
1124 Profiler** profiler = Profiler::enabledProfilerReference();
1452 Profiler** enabledProfilerReference = Profiler::enabledProfilerReference();
4741 if (*enabledProfilerReference)
4742 (*enabledProfilerReference)->willExecute(callFrame, callFrame->r(function).jsValue());
4755 if (*enabledProfilerReference)
4756 (*enabledProfilerReference)->didExecute(callFrame, callFrame->r(function).jsValue());