Home
last modified time | relevance | path

Searched refs:NotifyV8HeapStats (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/task_manager/
Drenderer_resource.h55 virtual void NotifyV8HeapStats(size_t v8_memory_allocated,
Drenderer_resource.cc80 void RendererResource::NotifyV8HeapStats( in NotifyV8HeapStats() function in task_manager::RendererResource
Dresource_provider.h112 virtual void NotifyV8HeapStats(size_t v8_memory_allocated, in NotifyV8HeapStats() function
Dtask_manager.h323 void NotifyV8HeapStats(base::ProcessId renderer_id,
Dtask_manager.cc1233 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/
Dtask_manager.h102 virtual void NotifyV8HeapStats(size_t v8_memory_allocated, in NotifyV8HeapStats() function
323 void NotifyV8HeapStats(base::ProcessId renderer_id,
Dtask_manager_resource_providers.h61 virtual void NotifyV8HeapStats(size_t v8_memory_allocated,
Dtask_manager.cc701 void TaskManagerModel::NotifyV8HeapStats(base::ProcessId renderer_id, in NotifyV8HeapStats() function in TaskManagerModel
707 (*it)->NotifyV8HeapStats(v8_memory_allocated, v8_memory_used); in NotifyV8HeapStats()
Dtask_manager_resource_providers.cc129 void TaskManagerRendererResource::NotifyV8HeapStats( in NotifyV8HeapStats() function in TaskManagerRendererResource
/external/chromium/chrome/browser/renderer_host/
Dchrome_render_message_filter.cc124 TaskManager::GetInstance()->model()->NotifyV8HeapStats( in OnV8HeapStats()
/external/chromium_org/chrome/browser/renderer_host/
Dchrome_render_message_filter.cc262 TaskManager::GetInstance()->model()->NotifyV8HeapStats( in OnV8HeapStats()