Home
last modified time | relevance | path

Searched defs:takeHeapSnapshot (Results 1 – 4 of 4) 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.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
/external/webkit/Source/WebCore/inspector/front-end/
DProfilesPanel.js712 takeHeapSnapshot: function(detailed) method in WebInspector.ProfilesPanel