HeapStatisticsCollector 155 chrome/renderer/chrome_render_process_observer.cc static HeapStatisticsCollector* Instance(); HeapStatisticsCollector 169 chrome/renderer/chrome_render_process_observer.cc HeapStatisticsCollector* HeapStatisticsCollector::Instance() { HeapStatisticsCollector 170 chrome/renderer/chrome_render_process_observer.cc CR_DEFINE_STATIC_LOCAL(HeapStatisticsCollector, instance, ()); HeapStatisticsCollector 174 chrome/renderer/chrome_render_process_observer.cc void HeapStatisticsCollector::InitiateCollection() { HeapStatisticsCollector 180 chrome/renderer/chrome_render_process_observer.cc &HeapStatisticsCollector::CollectOnWorkerThread, HeapStatisticsCollector 190 chrome/renderer/chrome_render_process_observer.cc base::Bind(&HeapStatisticsCollector::SendStatsToBrowser, HeapStatisticsCollector 200 chrome/renderer/chrome_render_process_observer.cc void HeapStatisticsCollector::CollectOnWorkerThread( HeapStatisticsCollector 215 chrome/renderer/chrome_render_process_observer.cc base::Bind(&HeapStatisticsCollector::ReceiveStats, HeapStatisticsCollector 222 chrome/renderer/chrome_render_process_observer.cc void HeapStatisticsCollector::ReceiveStats(int round_id, HeapStatisticsCollector 233 chrome/renderer/chrome_render_process_observer.cc void HeapStatisticsCollector::SendStatsToBrowser(int round_id) { HeapStatisticsCollector 402 chrome/renderer/chrome_render_process_observer.cc HeapStatisticsCollector::Instance()->InitiateCollection();