Home
last modified time | relevance | path

Searched refs:takeHeapSnapshot (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DScriptProfiler.h53 …static PassRefPtr<ScriptHeapSnapshot> takeHeapSnapshot(const String&, HeapSnapshotProgress*) { ret… in takeHeapSnapshot() function
/external/webkit/Source/WebCore/bindings/v8/
DScriptProfiler.h59 …static PassRefPtr<ScriptHeapSnapshot> takeHeapSnapshot(const String& title, HeapSnapshotProgress*);
DScriptProfiler.cpp92 PassRefPtr<ScriptHeapSnapshot> ScriptProfiler::takeHeapSnapshot(const String& title, HeapSnapshotPr… in takeHeapSnapshot() function in WebCore::ScriptProfiler
/external/webkit/Source/WebCore/inspector/
DInspectorProfilerAgent.cpp360 void InspectorProfilerAgent::takeHeapSnapshot(ErrorString*, bool detailed) in takeHeapSnapshot() function in WebCore::InspectorProfilerAgent
366 …RefPtr<ScriptHeapSnapshot> snapshot = ScriptProfiler::takeHeapSnapshot(title, detailed ? &progress… in takeHeapSnapshot()
DInspectorProfilerAgent.h90 void takeHeapSnapshot(ErrorString* error, bool detailed);
/external/webkit/Source/WebCore/inspector/front-end/
DProfilesPanel.js712 takeHeapSnapshot: function(detailed) method in WebInspector.ProfilesPanel
725 ProfilerAgent.takeHeapSnapshot(detailed);
DDetailedHeapshotView.js991 WebInspector.panels.profiles.takeHeapSnapshot(true);
DHeapSnapshotView.js1013 ProfilerAgent.takeHeapSnapshot(false);
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1615985 Implement 'takeHeapSnapshot' in InspectorController.
23840 (devtools.InspectorBackendImpl.prototype.takeHeapSnapshot):
24218 (devtools.InspectorBackendImpl.prototype.takeHeapSnapshot):
/external/webkit/Source/WebCore/
DChangeLog-2011-02-16183 (WebInspector.ProfilesPanel.prototype.takeHeapSnapshot):
10472 (WebInspector.ProfilesPanel.prototype.takeHeapSnapshot):
17412 (WebCore::ScriptProfiler::takeHeapSnapshot):
17414 (WebCore::ScriptProfiler::takeHeapSnapshot):
17419 (WebCore::InspectorProfilerAgent::takeHeapSnapshot):
DChangeLog-2010-12-0633093 (WebCore::InspectorProfilerAgent::takeHeapSnapshot):
70179 (WebCore::ScriptProfiler::takeHeapSnapshot):
70192 (WebCore::ScriptProfiler::takeHeapSnapshot):
70204 (WebCore::InspectorProfilerAgent::takeHeapSnapshot):
88208 (WebCore::InspectorBackend::takeHeapSnapshot):
118384 Implement 'takeHeapSnapshot' in InspectorController.
118389 (WebCore::ScriptProfiler::takeHeapSnapshot):
118391 (WebCore::ScriptProfiler::takeHeapSnapshot):
118394 (WebCore::InspectorBackend::takeHeapSnapshot):
118398 (WebCore::InspectorController::takeHeapSnapshot):
DChangeLog-2010-01-2926868 (.WebInspector.InspectorBackendStub.prototype.takeHeapSnapshot):
40115 (.WebInspector.InspectorControllerStub.prototype.takeHeapSnapshot):