Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.cc234 Stats* table_stats = codeinfo_stats->Child(table->GetName()); in CollectSizeStats() local
235 table_stats->AddBits(region.size_in_bits()); in CollectSizeStats()
239 Stats* column_stats = table_stats->Child(column_names[c]); in CollectSizeStats()