Home
last modified time | relevance | path

Searched refs:stopTrackingHeapObjects (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptProfiler.h76 static void stopTrackingHeapObjects();
DScriptProfiler.cpp225 void ScriptProfiler::stopTrackingHeapObjects() in stopTrackingHeapObjects() function in WebCore::ScriptProfiler
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorHeapProfilerAgent.cpp173 void InspectorHeapProfilerAgent::stopTrackingHeapObjects(ErrorString* error, const bool* reportProg… in stopTrackingHeapObjects() function in WebCore::InspectorHeapProfilerAgent
197 ScriptProfiler::stopTrackingHeapObjects(); in stopTrackingHeapObjectsInternal()
DInspectorHeapProfilerAgent.h62 virtual void stopTrackingHeapObjects(ErrorString*, const bool* reportProgress) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
DHeapSnapshotView.js1424 HeapProfilerAgent.stopTrackingHeapObjects(true, didTakeHeapSnapshot.bind(this));