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

  /art/runtime/
dex_file_layout.h 80 kSectionCount,
87 DexLayoutSection sections_[static_cast<size_t>(SectionType::kSectionCount)];
image.cc 77 std::copy_n(sections, kSectionCount, sections_);
144 CHECK_LT(static_cast<size_t>(index), kSectionCount);
image.h 214 kSectionCount, // Number of elements in enum.
387 ImageSection sections_[kSectionCount];

Completed in 3734 milliseconds