Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.cc198 Stats* table_stats = codeinfo_stats->Child(table.GetName()); in CollectSizeStats() local
199 table_stats->AddBits(reader.NumberOfReadBits() - bit_offset); in CollectSizeStats()
203 Stats* column_stats = table_stats->Child(column_names[c]); in CollectSizeStats()