Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexdiag.cc158 const DexSectionInfo& section_info = pair.second; in ComputeHeaderWidth() local
159 header_width = std::max(header_width, static_cast<int>(section_info.name.length())); in ComputeHeaderWidth()
171 const DexSectionInfo& section_info = pair.second; in PrintLetterKey() local
172 std::cout << section_info.letter << " " << section_info.name.c_str() << std::endl; in PrintLetterKey()
253 const DexSectionInfo& section_info = kDexSectionInfoMap.find(type)->second; in DisplayDexStatistics() local
259 printer->PrintOne(section_info.name.c_str(), in DisplayDexStatistics()