Searched refs:usedJSHeapSize (Results 1 – 8 of 8) sorted by relevance
48 size_t usedJSHeapSize() const { return m_info.usedJSHeapSize; } in usedJSHeapSize() function
75 m_info.usedJSHeapSize = quantizeMemorySize(m_info.usedJSHeapSize); in update()
36 readonly attribute unsigned long usedJSHeapSize;
41 : usedJSHeapSize(0) in HeapInfo()47 size_t usedJSHeapSize; member
77 info.usedJSHeapSize = heapStatistics.used_heap_size(); in getHeapSize()
43 return console.memory.usedJSHeapSize;
109 return console.memory.usedJSHeapSize;
1054 return info.usedJSHeapSize; in getUsedHeapSize()