• Home
  • Raw
  • Download

Lines Matching refs:profiler

710     if (Profiler* profiler = *Profiler::enabledProfilerReference()) {  in unwindCallFrame()  local
712 profiler->didExecute(callFrame, callFrame->callee()); in unwindCallFrame()
714profiler->didExecute(callFrame, codeBlock->ownerNode()->sourceURL(), codeBlock->ownerNode()->lineN… in unwindCallFrame()
791 if (Profiler* profiler = *Profiler::enabledProfilerReference()) { in throwException() local
794profiler->didExecute(callFrame, callFrame[codeBlock->instructions()[bytecodeOffset + 2].u.operand]… in throwException()
796profiler->didExecute(callFrame, callFrame[codeBlock->instructions()[bytecodeOffset + 10].u.operand… in throwException()
800 profiler->didExecute(callFrame, callFrame[functionRegisterIndex].jsValue(callFrame)); in throwException()
856 Profiler** profiler = Profiler::enabledProfilerReference(); in execute() local
857 if (*profiler) in execute()
858 (*profiler)->willExecute(newCallFrame, programNode->sourceURL(), programNode->lineNo()); in execute()
875 if (*profiler) in execute()
876 (*profiler)->didExecute(callFrame, programNode->sourceURL(), programNode->lineNo()); in execute()
922 Profiler** profiler = Profiler::enabledProfilerReference(); in execute() local
923 if (*profiler) in execute()
924 (*profiler)->willExecute(callFrame, function); in execute()
941 if (*profiler) in execute()
942 (*profiler)->didExecute(callFrame, function); in execute()
1014 Profiler** profiler = Profiler::enabledProfilerReference(); in execute() local
1015 if (*profiler) in execute()
1016 (*profiler)->willExecute(newCallFrame, evalNode->sourceURL(), evalNode->lineNo()); in execute()
1033 if (*profiler) in execute()
1034 (*profiler)->didExecute(callFrame, evalNode->sourceURL(), evalNode->lineNo()); in execute()