Searched refs:requestHeapStatsUpdate (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptProfiler.h79 static unsigned requestHeapStatsUpdate(OutputStream*);
H A DScriptProfiler.cpp230 unsigned ScriptProfiler::requestHeapStatsUpdate(ScriptProfiler::OutputStream* stream) function in class:WebCore::ScriptProfiler
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorHeapProfilerAgent.cpp138 m_heapProfilerAgent->requestHeapStatsUpdate();
173 void InspectorHeapProfilerAgent::requestHeapStatsUpdate() function in class:WebCore::InspectorHeapProfilerAgent
178 SnapshotObjectId lastSeenObjectId = ScriptProfiler::requestHeapStatsUpdate(&stream);
198 requestHeapStatsUpdate();
H A DInspectorHeapProfilerAgent.h85 void requestHeapStatsUpdate();

Completed in 179 milliseconds