Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_visualize.cc86 for (const dex_ir::DexFileSection& file_section : sorted_sections_) { in GetColor() local
87 if (file_section.offset < offset) { in GetColor()
88 section = file_section.type; in GetColor()
328 const dex_ir::DexFileSection& file_section = sorted_sections[i]; in ShowDexSectionStatistics() local
330 if (file_section.size > 0) { in ShowDexSectionStatistics()
331 bytes = FindNextByteAfterSection(header, sorted_sections, i) - file_section.offset; in ShowDexSectionStatistics()
335 file_section.name.c_str(), in ShowDexSectionStatistics()
336 file_section.offset, in ShowDexSectionStatistics()
337 file_section.size, in ShowDexSectionStatistics()