Home
last modified time | relevance | path

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

/aosp12/art/dexlayout/
H A Ddex_visualize.h41 void ShowDexSectionStatistics(dex_ir::Header* header, size_t dex_file_index);
H A Ddex_visualize.cc319 void ShowDexSectionStatistics(dex_ir::Header* header, size_t dex_file_index) { in ShowDexSectionStatistics() function
H A Ddexlayout.cc1909 ShowDexSectionStatistics(header_, dex_file_index); in ProcessDexFile()