Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_visualize.h41 void ShowDexSectionStatistics(dex_ir::Header* header, size_t dex_file_index);
Ddex_visualize.cc321 void ShowDexSectionStatistics(dex_ir::Header* header, size_t dex_file_index) { in ShowDexSectionStatistics() function
Ddexlayout.cc1970 ShowDexSectionStatistics(header_, dex_file_index); in ProcessDexFile()