Searched refs:kSectionCount (Results 1 - 10 of 10) sorted by relevance

/art/libdexfile/dex/
H A Ddex_file_layout.h111 kSectionCount, member in class:art::DexLayoutSections::SectionType
118 DexLayoutSection sections_[static_cast<size_t>(SectionType::kSectionCount)];
H A Ddex_file_layout.cc93 for (size_t i = 0; i < static_cast<size_t>(DexLayoutSections::SectionType::kSectionCount); ++i) {
/art/runtime/
H A Dimage.h225 kSectionCount, // Number of elements in enum. enumerator in enum:art::ImageSections
236 DCHECK_LT(static_cast<size_t>(index), kSectionCount); local
441 ImageSection sections_[kSectionCount];
H A Dimage.cc77 std::copy_n(sections, kSectionCount, sections_);
/art/dex2oat/linker/
H A Dimage_test.cc67 ImageSection sections[ImageHeader::kSectionCount];
H A Dimage_writer.cc693 ImageSection unused_sections[ImageHeader::kSectionCount];
1835 ImageSection unused_sections[ImageHeader::kSectionCount];
1935 ImageSection sections[ImageHeader::kSectionCount];
/art/runtime/gc/collector/
H A Dimmune_spaces_test.cc113 ImageSection sections[ImageHeader::kSectionCount];
/art/imgdiag/
H A Dimgdiag.cc1311 std::vector<size_t> private_dirty_pages_for_section(ImageHeader::kSectionCount, 0u);
1365 for (size_t i = 0; i < ImageHeader::kSectionCount; ++i) {
1389 for (size_t i = 0; i < ImageHeader::kSectionCount; ++i) {
/art/runtime/gc/space/
H A Dimage_space.cc606 for (size_t i = 0; i < ImageHeader::kSectionCount; ++i) {
1981 for (size_t i = 0; i < ImageHeader::kSectionCount; ++i) {
/art/oatdump/
H A Doatdump.cc1999 for (size_t i = 0; i < ImageHeader::kSectionCount; ++i) {

Completed in 3119 milliseconds