Home
last modified time | relevance | path

Searched refs:usedJSHeapSize (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/timing/
DMemoryInfo.h48 size_t usedJSHeapSize() const { return m_info.usedJSHeapSize; } in usedJSHeapSize() function
DMemoryInfo.cpp75 m_info.usedJSHeapSize = quantizeMemorySize(m_info.usedJSHeapSize); in update()
DMemoryInfo.idl36 readonly attribute unsigned long usedJSHeapSize;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptGCEvent.h41 : usedJSHeapSize(0) in HeapInfo()
47 size_t usedJSHeapSize; member
DScriptGCEvent.cpp77 info.usedJSHeapSize = heapStatistics.used_heap_size(); in getHeapSize()
/external/chromium_org/third_party/WebKit/PerformanceTests/inspector/
Dperformance-test.js43 return console.memory.usedJSHeapSize;
/external/chromium_org/third_party/WebKit/PerformanceTests/resources/
Drunner.js109 return console.memory.usedJSHeapSize;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorTimelineAgent.cpp1054 return info.usedJSHeapSize; in getUsedHeapSize()