/external/webkit/JavaScriptCore/profiler/ |
D | ProfilerServer.mm | 44 - (void)stopProfiling; method 72 …NotificationCenter defaultCenter] addObserver:self selector:@selector(stopProfiling) name:@"Profil… 82 …NotificationCenter defaultCenter] addObserver:self selector:@selector(stopProfiling) name:[_server… 98 - (void)stopProfiling
|
D | ProfileGenerator.cpp | 113 void ProfileGenerator::stopProfiling() in stopProfiling() function in JSC::ProfileGenerator 115 m_profile->forEach(&ProfileNode::stopProfiling); in stopProfiling()
|
D | Profiler.cpp | 80 PassRefPtr<Profile> Profiler::stopProfiling(ExecState* exec, const UString& title) in stopProfiling() function in JSC::Profiler 86 profileGenerator->stopProfiling(); in stopProfiling()
|
D | ProfileGenerator.h | 57 void stopProfiling();
|
D | Profiler.h | 58 PassRefPtr<Profile> stopProfiling(ExecState*, const UString& title);
|
D | ProfileNode.h | 60 void stopProfiling();
|
D | ProfileNode.cpp | 159 void ProfileNode::stopProfiling() in stopProfiling() function in JSC::ProfileNode
|
/external/webkit/WebKit/chromium/src/js/ |
D | InspectorControllerImpl.js | 199 devtools.InspectorBackendImpl.prototype.stopProfiling = function() method in devtools.InspectorBackendImpl 201 …devtools.tools.getProfilerAgent().stopProfiling( devtools.ProfilerAgent.ProfilerModules.PROFILER_M…
|
D | ProfilerAgent.js | 180 devtools.ProfilerAgent.prototype.stopProfiling = function(modules) method in devtools.ProfilerAgent
|
D | Tests.js | 457 InspectorBackend.stopProfiling();
|
/external/webkit/WebCore/bindings/js/ |
D | ScriptProfiler.cpp | 44 return JSC::Profiler::profiler()->stopProfiling(state, title); in stop()
|
/external/webkit/JavaScriptCore/API/ |
D | JSProfilerPrivate.cpp | 44 profiler->stopProfiling(exec, title->ustring()); in JSEndProfiling()
|
/external/webkit/WebCore/inspector/front-end/ |
D | InspectorBackendStub.js | 209 stopProfiling: function() method in WebInspector.InspectorBackendStub
|
D | ProfileView.js | 599 InspectorBackend.stopProfiling();
|
/external/webkit/WebCore/inspector/ |
D | InspectorBackend.h | 103 void stopProfiling();
|
D | InspectorBackend.idl | 75 void stopProfiling();
|
D | InspectorBackend.cpp | 257 void InspectorBackend::stopProfiling() in stopProfiling() function in WebCore::InspectorBackend
|
/external/webkit/JavaScriptCore/runtime/ |
D | JSGlobalObject.cpp | 104 (*profiler)->stopProfiling(globalExec(), UString()); in ~JSGlobalObject()
|
/external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
D | JavaScriptCore.def | 257 … ?stopProfiling@Profiler@JSC@@QAE?AV?$PassRefPtr@VProfile@JSC@@@WTF@@PAVExecState@2@ABVUString@2@@Z
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 2166 (KJS::ProfileGenerator::stopProfiling): 2179 (KJS::Profiler::stopProfiling): 4029 (KJS::Profile::stopProfiling): Set the current node to the parent, 4040 (KJS::Profiler::stopProfiling): Skipp stopped profiles. 4908 (KJS::Profile::stopProfiling): If the current node is already the head 4944 stopProfiling() we cannot assert that console.profile() and 4963 of just calling stopProfiling(). 4970 (KJS::Profile::stopProfiling): Instead of fully stopping the profiler 4989 (KJS::Profiler::stopProfiling): No longer return sthe profile. 4991 client instead of stopProfiling. [all …]
|
D | ChangeLog-2009-06-16 | 25871 (-[ProfilerServer stopProfiling]): 38273 (KJS::Profiler::stopProfiling): 38418 (KJS::Profiler::stopProfiling): Immediately return the profile when 38470 (KJS::ProfileGenerator::stopProfiling): 38479 (KJS::ProfileNode::stopProfiling): 38485 (KJS::Profiler::stopProfiling): 39542 (KJS::ProfileGenerator::stopProfiling):
|
D | ChangeLog | 610 (JSC::ProfileGenerator::stopProfiling):
|
/external/webkit/WebKit/chromium/ |
D | ChangeLog | 138 (devtools.ProfilerAgent.prototype.stopProfiling): 505 (devtools.InspectorBackendImpl.prototype.stopProfiling): 518 (devtools.ProfilerAgent.prototype.stopProfiling): 883 (devtools.InspectorBackendImpl.prototype.stopProfiling): 896 (devtools.ProfilerAgent.prototype.stopProfiling):
|
/external/webkit/WebCore/ |
D | ChangeLog-2008-08-10 | 160 (WebCore::stopProfiling): Ditto 17224 addProfile with the result of stopProfiling. 18529 and pass it to Profilier::stopProfiling along with the ExecState.
|
D | ChangeLog-2010-01-29 | 26727 (WebCore::InspectorBackend::stopProfiling): 26865 (.WebInspector.InspectorBackendStub.prototype.stopProfiling): 40112 (.WebInspector.InspectorControllerStub.prototype.stopProfiling):
|