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

  /art/runtime/
image.cc 75 std::copy_n(sections, kSectionCount, sections_);
142 CHECK_LT(static_cast<size_t>(index), kSectionCount);
image.h 203 kSectionCount, // Number of elements in enum.
343 ImageSection sections_[kSectionCount];

Completed in 136 milliseconds