Searched refs:NotifyV8HeapStats (Results 1 – 5 of 5) sorted by relevance
102 virtual void NotifyV8HeapStats(size_t v8_memory_allocated, in NotifyV8HeapStats() function323 void NotifyV8HeapStats(base::ProcessId renderer_id,
61 virtual void NotifyV8HeapStats(size_t v8_memory_allocated,
701 void TaskManagerModel::NotifyV8HeapStats(base::ProcessId renderer_id, in NotifyV8HeapStats() function in TaskManagerModel707 (*it)->NotifyV8HeapStats(v8_memory_allocated, v8_memory_used); in NotifyV8HeapStats()
129 void TaskManagerRendererResource::NotifyV8HeapStats( in NotifyV8HeapStats() function in TaskManagerRendererResource
124 TaskManager::GetInstance()->model()->NotifyV8HeapStats( in OnV8HeapStats()