Searched refs:DumpStats (Results 1 – 12 of 12) sorted by relevance
/art/compiler/utils/ |
D | dedupe_set.h | 48 std::string DumpStats(Thread* self) const;
|
D | dedupe_set-inl.h | 237 std::string DedupeSet<InKey, StoreKey, Alloc, HashType, HashFunc, kShard>::DumpStats(
|
/art/compiler/driver/ |
D | compiled_method_storage.cc | 171 os << "\nCode dedupe: " << dedupe_code_.DumpStats(self); in DumpMemoryUsage() 172 os << "\nVmap table dedupe: " << dedupe_vmap_table_.DumpStats(self); in DumpMemoryUsage() 173 os << "\nCFI info dedupe: " << dedupe_cfi_info_.DumpStats(self); in DumpMemoryUsage()
|
D | compiler_options_map-inl.h | 97 if (map.Exists(Base::DumpStats)) { in ReadCompilerOptions() 165 .IntoKey(Map::DumpStats) in AddCompilerOptionsArgumentParserOptions()
|
D | compiler_options_map.def | 67 COMPILER_OPTIONS_KEY (Unit, DumpStats)
|
/art/runtime/gc/space/ |
D | rosalloc_space.cc | 443 void RosAllocSpace::DumpStats(std::ostream& os) { in DumpStats() function in art::gc::space::RosAllocSpace 445 rosalloc_->DumpStats(os); in DumpStats()
|
D | rosalloc_space.h | 159 void DumpStats(std::ostream& os);
|
/art/dex2oat/ |
D | dex2oat_options.def | 73 DEX2OAT_OPTIONS_KEY (Unit, DumpStats)
|
/art/runtime/gc/allocator/ |
D | rosalloc.h | 934 void DumpStats(std::ostream& os)
|
D | rosalloc.cc | 2104 void RosAlloc::DumpStats(std::ostream& os) { in DumpStats() function in art::gc::allocator::RosAlloc
|
/art/oatdump/ |
D | oatdump.cc | 679 DumpStats(vios, "OatFile", stats_, stats_.Value()); in Dump() 800 void DumpStats(VariableIndentationOutputStream& os, in DumpStats() function in art::OatDumper 828 DumpStats(os, it.first.second, it.second, total); in DumpStats()
|
/art/runtime/gc/ |
D | heap.cc | 1184 rosalloc_space_->DumpStats(os); in DumpGcPerformanceInfo()
|