Home
last modified time | relevance | path

Searched defs:HeapStatsStream (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorHeapProfilerAgent.cpp147 class InspectorHeapProfilerAgent::HeapStatsStream : public ScriptProfiler::OutputStream { class in WebCore::InspectorHeapProfilerAgent
149 HeapStatsStream(InspectorHeapProfilerAgent* heapProfilerAgent) in HeapStatsStream() function in WebCore::InspectorHeapProfilerAgent::HeapStatsStream
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptProfiler.cpp200 class HeapStatsStream : public v8::OutputStream { class
202 HeapStatsStream(ScriptProfiler::OutputStream* stream) : m_stream(stream) { } in HeapStatsStream() function in WebCore::__anon5fc98cc60211::HeapStatsStream