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

/art/runtime/
H A Dimage.cc77 std::copy_n(sections, kSectionCount, sections_);
144 CHECK_LT(static_cast<size_t>(index), kSectionCount); local
H A Dimage.h207 kSectionCount, // Number of elements in enum. enumerator in enum:art::ImageSections
369 ImageSection sections_[kSectionCount];
/art/runtime/gc/collector/
H A Dimmune_spaces_test.cc111 ImageSection sections[ImageHeader::kSectionCount];
/art/runtime/gc/space/
H A Dimage_space.cc569 for (size_t i = 0; i < ImageHeader::kSectionCount; ++i) {
1895 for (size_t i = 0; i < ImageHeader::kSectionCount; ++i) {
/art/compiler/
H A Dimage_test.cc541 ImageSection sections[ImageHeader::kSectionCount];
H A Dimage_writer.cc674 ImageSection unused_sections[ImageHeader::kSectionCount];
1713 ImageSection unused_sections[ImageHeader::kSectionCount];
1799 ImageSection sections[ImageHeader::kSectionCount];
/art/oatdump/
H A Doatdump.cc1742 for (size_t i = 0; i < ImageHeader::kSectionCount; ++i) {

Completed in 134 milliseconds