Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc812 std::map<std::pair<double, std::string>, const Stats&> sorted_children; in DumpStats() local
814 sorted_children.emplace(std::make_pair(-it.second.Value(), it.first), it.second); in DumpStats()
821 sorted_children.emplace(std::make_pair(-other.Value(), "(other)"), other); in DumpStats()
826 for (const auto& it : sorted_children) { in DumpStats()