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

  /art/libdexfile/dex/
dex_file_layout.h 111 kSectionCount,
118 DexLayoutSection sections_[static_cast<size_t>(SectionType::kSectionCount)];
  /cts/tools/release-parser/src/com/android/cts/releaseparser/
ArtParser.java 66 int kSectionCount = 11;
  /art/runtime/
image.h 260 kSectionCount, // Number of elements in enum.
272 DCHECK_LT(static_cast<size_t>(index), kSectionCount);
277 DCHECK_LT(static_cast<size_t>(index), kSectionCount);
475 ImageSection sections_[kSectionCount];

Completed in 296 milliseconds