Searched refs:NotifyV8HeapStats (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/chrome/browser/task_manager/ |
D | renderer_resource.h | 55 virtual void NotifyV8HeapStats(size_t v8_memory_allocated,
|
D | renderer_resource.cc | 80 void RendererResource::NotifyV8HeapStats( in NotifyV8HeapStats() function in task_manager::RendererResource
|
D | resource_provider.h | 112 virtual void NotifyV8HeapStats(size_t v8_memory_allocated, in NotifyV8HeapStats() function
|
D | task_manager.h | 323 void NotifyV8HeapStats(base::ProcessId renderer_id,
|
D | task_manager.cc | 1233 void TaskManagerModel::NotifyV8HeapStats(base::ProcessId renderer_id, in NotifyV8HeapStats() function in TaskManagerModel 1239 (*it)->NotifyV8HeapStats(v8_memory_allocated, v8_memory_used); in NotifyV8HeapStats()
|
/external/chromium/chrome/browser/task_manager/ |
D | task_manager.h | 102 virtual void NotifyV8HeapStats(size_t v8_memory_allocated, in NotifyV8HeapStats() function 323 void NotifyV8HeapStats(base::ProcessId renderer_id,
|
D | task_manager_resource_providers.h | 61 virtual void NotifyV8HeapStats(size_t v8_memory_allocated,
|
D | task_manager.cc | 701 void TaskManagerModel::NotifyV8HeapStats(base::ProcessId renderer_id, in NotifyV8HeapStats() function in TaskManagerModel 707 (*it)->NotifyV8HeapStats(v8_memory_allocated, v8_memory_used); in NotifyV8HeapStats()
|
D | task_manager_resource_providers.cc | 129 void TaskManagerRendererResource::NotifyV8HeapStats( in NotifyV8HeapStats() function in TaskManagerRendererResource
|
/external/chromium/chrome/browser/renderer_host/ |
D | chrome_render_message_filter.cc | 124 TaskManager::GetInstance()->model()->NotifyV8HeapStats( in OnV8HeapStats()
|
/external/chromium_org/chrome/browser/renderer_host/ |
D | chrome_render_message_filter.cc | 262 TaskManager::GetInstance()->model()->NotifyV8HeapStats( in OnV8HeapStats()
|