Home
last modified time | relevance | path

Searched refs:DumpStats (Results 1 – 8 of 8) sorted by relevance

/art/compiler/utils/
Ddedupe_set.h48 std::string DumpStats(Thread* self) const;
Ddedupe_set-inl.h236 std::string DedupeSet<InKey, StoreKey, Alloc, HashType, HashFunc, kShard>::DumpStats(
/art/compiler/driver/
Dcompiled_method_storage.cc195 os << "\nCode dedupe: " << dedupe_code_.DumpStats(self); in DumpMemoryUsage()
196 os << "\nVmap table dedupe: " << dedupe_vmap_table_.DumpStats(self); in DumpMemoryUsage()
197 os << "\nCFI info dedupe: " << dedupe_cfi_info_.DumpStats(self); in DumpMemoryUsage()
/art/runtime/gc/space/
Drosalloc_space.cc371 void RosAllocSpace::DumpStats(std::ostream& os) { in DumpStats() function in art::gc::space::RosAllocSpace
373 rosalloc_->DumpStats(os); in DumpStats()
Drosalloc_space.h147 void DumpStats(std::ostream& os);
/art/runtime/gc/allocator/
Drosalloc.h931 void DumpStats(std::ostream& os)
Drosalloc.cc2102 void RosAlloc::DumpStats(std::ostream& os) { in DumpStats() function in art::gc::allocator::RosAlloc
/art/runtime/gc/
Dheap.cc1137 rosalloc_space_->DumpStats(os); in DumpGcPerformanceInfo()