Home
last modified time | relevance | path

Searched refs:RecordStats (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/chromeos/
Dboot_times_loader.cc309 void BootTimesLoader::RecordStats(const std::string& name, const Stats& stats) { in RecordStats() function in chromeos::BootTimesLoader
327 RecordStats(name, GetCurrentStats()); in RecordCurrentStats()
335 RecordStats(kChromeMain, chrome_main_stats_); in RecordChromeMainStats()
Dboot_times_loader.h152 static void RecordStats(
/external/v8/src/
Dglobal-handles.h138 void RecordStats(HeapStats* stats);
Dglobal-handles.cc613 void GlobalHandles::RecordStats(HeapStats* stats) { in RecordStats() function in v8::internal::GlobalHandles
Dheap.h1423 void RecordStats(HeapStats* stats, bool take_snapshot = false);
Dheap.cc5628 void Heap::RecordStats(HeapStats* stats, bool take_snapshot) { in RecordStats() function in v8::internal::Heap
5644 isolate_->global_handles()->RecordStats(stats); in RecordStats()
Dapi.cc207 isolate->heap()->RecordStats(&heap_stats, false); in FatalProcessOutOfMemory()