Searched refs:LegacyProfiler (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/ForwardingHeaders/profiler/
H A DLegacyProfiler.h3 #include <JavaScriptCore/LegacyProfiler.h>
/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSProfilerPrivate.cpp30 #include "LegacyProfiler.h"
37 LegacyProfiler::profiler()->startProfiling(toJS(ctx), title->string());
43 LegacyProfiler* profiler = LegacyProfiler::profiler();
/macosx-10.10/JavaScriptCore-7600.1.17/profiler/
H A DLegacyProfiler.cpp30 #include "LegacyProfiler.h"
52 LegacyProfiler* LegacyProfiler::s_sharedLegacyProfiler = 0;
54 LegacyProfiler* LegacyProfiler::profiler()
57 s_sharedLegacyProfiler = new LegacyProfiler();
61 void LegacyProfiler::startProfiling(ExecState* exec, const String& title)
81 PassRefPtr<Profile> LegacyProfiler::stopProfiling(ExecState* exec, const String& title)
104 void LegacyProfiler::stopProfiling(JSGlobalObject* origin)
125 void LegacyProfiler
[all...]
H A DLegacyProfiler.h47 class LegacyProfiler { class in namespace:JSC
50 JS_EXPORT_PRIVATE static LegacyProfiler* profiler();
68 static LegacyProfiler* s_sharedLegacyProfiler;
H A DProfileGenerator.cpp34 #include "LegacyProfiler.h"
81 m_currentNode = ProfileNode::create(m_exec, LegacyProfiler::createCallIdentifier(m_exec, visitor->callee(), visitor->sourceURL(), line, column), m_head.get(), m_head.get());
/macosx-10.10/JavaScriptCore-7600.1.17/interpreter/
H A DInterpreter.cpp56 #include "LegacyProfiler.h"
668 if (LegacyProfiler* profiler = vm.enabledProfiler())
744 if (LegacyProfiler* profiler = vm.enabledProfiler())
928 if (LegacyProfiler* profiler = vm.enabledProfiler())
940 if (LegacyProfiler* profiler = vm.enabledProfiler())
988 if (LegacyProfiler* profiler = vm.enabledProfiler())
1006 if (LegacyProfiler* profiler = vm.enabledProfiler())
1056 if (LegacyProfiler* profiler = vm.enabledProfiler())
1075 if (LegacyProfiler* profiler = vm.enabledProfiler())
1122 if (LegacyProfiler* profile
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DVM.h83 class LegacyProfiler;
314 LegacyProfiler* enabledProfiler() { return m_enabledProfiler; }
315 void setEnabledProfiler(LegacyProfiler*);
557 LegacyProfiler* m_enabledProfiler;
H A DVM.cpp907 void VM::setEnabledProfiler(LegacyProfiler* profiler)
H A DJSGlobalObject.cpp88 #include "LegacyProfiler.h"
187 if (LegacyProfiler* profiler = vm().enabledProfiler())
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/agents/
H A DInspectorProfilerAgent.cpp36 #include "LegacyProfiler.h"
258 JSC::LegacyProfiler::profiler()->startProfiling(exec, resolvedTitle);
277 RefPtr<JSC::Profile> profile = JSC::LegacyProfiler::profiler()->stopProfiling(exec, title);
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorTimelineAgent.cpp57 #include <profiler/LegacyProfiler.h>
162 JSC::LegacyProfiler::profiler()->startProfiling(exec, title);
167 return JSC::LegacyProfiler::profiler()->stopProfiling(exec, title);
/macosx-10.10/JavaScriptCore-7600.1.17/llint/
H A DLLIntSlowPaths.cpp1378 if (LegacyProfiler* profiler = vm.enabledProfiler())
1386 if (LegacyProfiler* profiler = vm.enabledProfiler())
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJITOperations.cpp1344 if (LegacyProfiler* profiler = vm.enabledProfiler())
1353 if (LegacyProfiler* profiler = vm.enabledProfiler())

Completed in 120 milliseconds