Searched refs:Stats (Results 1 – 6 of 6) sorted by relevance
/art/libartbase/base/ |
D | stats.h | 27 class Stats { 31 Stats* Child(const char* name) { return &children_[name]; } in Child() 32 const std::unordered_map<const char*, Stats>& Children() const { return children_; } in Children() 55 std::unordered_map<const char*, Stats> children_;
|
/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 | 185 void CodeInfo::CollectSizeStats(const uint8_t* code_info_data, /*out*/ Stats* parent) { in CollectSizeStats() 186 Stats* codeinfo_stats = parent->Child("CodeInfo"); in CollectSizeStats() 198 Stats* table_stats = codeinfo_stats->Child(table.GetName()); in CollectSizeStats() 203 Stats* column_stats = table_stats->Child(column_names[c]); in CollectSizeStats()
|
D | stack_map.h | 51 class Stats; variable 439 static void CollectSizeStats(const uint8_t* code_info, /*out*/ Stats* parent);
|
/art/oatdump/ |
D | oatdump.cc | 802 const Stats& stats, in DumpStats() 813 std::map<std::pair<double, std::string>, const Stats&> sorted_children; in DumpStats() 819 Stats other; in DumpStats() 1782 Stats stats_; 2443 struct Stats { struct in art::ImageDumper 2475 Stats() {} in Stats() function
|