Home
last modified time | relevance | path

Searched refs:ReportStatistics (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dspaces.h1314 void ReportStatistics();
2062 void ReportStatistics();
2610 void ReportStatistics();
2864 void ReportStatistics();
Dheap.cc307 new_space_->ReportStatistics(); in ReportStatisticsBeforeGC()
313 new_space_->ReportStatistics(); in ReportStatisticsBeforeGC()
385 new_space_->ReportStatistics(); in ReportStatisticsAfterGC()
388 if (FLAG_log_gc) new_space_->ReportStatistics(); in ReportStatisticsAfterGC()
4531 memory_allocator()->ReportStatistics(); in ReportHeapStatistics()
4533 new_space_->ReportStatistics(); in ReportHeapStatistics()
4535 old_space_->ReportStatistics(); in ReportHeapStatistics()
4537 code_space_->ReportStatistics(); in ReportHeapStatistics()
4539 map_space_->ReportStatistics(); in ReportHeapStatistics()
4541 lo_space_->ReportStatistics(); in ReportHeapStatistics()
Dspaces.cc1004 void MemoryAllocator::ReportStatistics() { in AllocateChunk() function in v8::internal::MemoryAllocator
2291 void NewSpace::ReportStatistics() { in AllocateChunk() function in v8::internal::NewSpace
2874 void PagedSpace::ReportStatistics() { in AllocateChunk() function in v8::internal::PagedSpace
3209 void LargeObjectSpace::ReportStatistics() { in AllocateChunk() function in v8::internal::LargeObjectSpace