Searched refs:v8_memory_allocated (Results 1 – 6 of 6) sorted by relevance
122 void ChromeRenderMessageFilter::OnV8HeapStats(int v8_memory_allocated, in OnV8HeapStats() argument126 static_cast<size_t>(v8_memory_allocated), in OnV8HeapStats()
49 void OnV8HeapStats(int v8_memory_allocated, int v8_memory_used);
102 virtual void NotifyV8HeapStats(size_t v8_memory_allocated, in NotifyV8HeapStats() argument324 size_t v8_memory_allocated,
61 virtual void NotifyV8HeapStats(size_t v8_memory_allocated,
702 size_t v8_memory_allocated, in NotifyV8HeapStats() argument707 (*it)->NotifyV8HeapStats(v8_memory_allocated, v8_memory_used); in NotifyV8HeapStats()
130 size_t v8_memory_allocated, size_t v8_memory_used) { in NotifyV8HeapStats() argument131 v8_memory_allocated_ = v8_memory_allocated; in NotifyV8HeapStats()