Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_visualize.cc52 dex_ir::GetSortedDexFileSections(header, dex_ir::SortDirection::kSortDescending)) { } in Dumper()
326 GetSortedDexFileSections(header, dex_ir::SortDirection::kSortAscending); in ShowDexSectionStatistics()
Ddex_ir.cc152 std::vector<dex_ir::DexFileSection> GetSortedDexFileSections(dex_ir::Header* header, in GetSortedDexFileSections() function
Ddexdiag.cc306 sections = dex_ir::GetSortedDexFileSections(header.get(), in ProcessOneDexMapping()
Ddex_ir.h1356 std::vector<DexFileSection> GetSortedDexFileSections(dex_ir::Header* header,