Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/timing/
DMemoryInfo.h47 size_t totalJSHeapSize() const { return m_info.totalJSHeapSize; } in totalJSHeapSize() function
DMemoryInfo.cpp76 m_info.totalJSHeapSize = quantizeMemorySize(m_info.totalJSHeapSize); in update()
DMemoryInfo.idl35 readonly attribute unsigned long totalJSHeapSize;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptGCEvent.h42 , totalJSHeapSize(0) in HeapInfo()
48 size_t totalJSHeapSize; member
DScriptGCEvent.cpp78 info.totalJSHeapSize = heapStatistics.total_physical_size(); in getHeapSize()