Searched refs:Stats (Results 1 – 7 of 7) sorted by relevance
/art/libartbase/base/ |
D | stats.h | 30 class Stats { 34 Stats& operator[](const char* name) { return children_[name]; } 35 const std::unordered_map<const char*, Stats>& Children() const { return children_; } in Children() 66 std::unordered_map<const char*, Stats> children_;
|
D | stats-inl.h | 27 void Stats::DumpSizes(VariableIndentationOutputStream& os, std::string_view name) const { in DumpSizes() 31 void Stats::Dump(VariableIndentationOutputStream& os, in Dump() 50 std::map<std::pair<double, std::string_view>, const Stats&> sorted_children; in Dump() 56 Stats other; in Dump()
|
/art/compiler/utils/ |
D | dedupe_set.h | 51 struct Stats;
|
D | dedupe_set-inl.h | 42 struct DedupeSet<InKey, StoreKey, Alloc, HashType, HashFunc, kShard>::Stats { 84 void UpdateStats(Thread* self, Stats* global_stats) REQUIRES(!lock_) { 239 Stats stats;
|
/art/runtime/ |
D | stack_map.cc | 219 void CodeInfo::CollectSizeStats(const uint8_t* code_info_data, /*out*/ Stats& stats) { in CollectSizeStats() 226 Stats& table_stats = stats[table->GetName()]; in CollectSizeStats() 232 Stats& column_stats = table_stats[column_names[c]]; in CollectSizeStats()
|
D | stack_map.h | 51 class Stats; variable 446 static void CollectSizeStats(const uint8_t* code_info, /*out*/ Stats& parent);
|
/art/oatdump/ |
D | oatdump.cc | 1681 Stats stats_; 2152 art::Stats& managed_code_stats = stats_.oat_file_stats["managed_code"]; in DumpMethod() 2197 struct Stats { struct in art::ImageDumper 2198 art::Stats art_file_stats; argument 2199 art::Stats oat_file_stats; argument 2200 art::Stats object_stats; argument 2216 Stats() {} in Stats() function
|