HomeSort by relevance Sort by last modified time
    Searched refs:kSectionCount (Results 1 - 10 of 10) sorted by null

  /art/libdexfile/dex/
dex_file_layout.h 111 kSectionCount,
118 DexLayoutSection sections_[static_cast<size_t>(SectionType::kSectionCount)];
dex_file_layout.cc 93 for (size_t i = 0; i < static_cast<size_t>(DexLayoutSections::SectionType::kSectionCount); ++i) {
  /art/runtime/
image.h 225 kSectionCount, // Number of elements in enum.
236 DCHECK_LT(static_cast<size_t>(index), kSectionCount);
441 ImageSection sections_[kSectionCount];
image.cc 77 std::copy_n(sections, kSectionCount, sections_);
  /art/dex2oat/linker/
image_test.cc 67 ImageSection sections[ImageHeader::kSectionCount];
image_writer.cc 693 ImageSection unused_sections[ImageHeader::kSectionCount];
    [all...]
  /art/runtime/gc/collector/
immune_spaces_test.cc 113 ImageSection sections[ImageHeader::kSectionCount];
  /art/imgdiag/
imgdiag.cc     [all...]
  /art/runtime/gc/space/
image_space.cc 606 for (size_t i = 0; i < ImageHeader::kSectionCount; ++i) {
    [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 115 milliseconds