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

  /art/runtime/
image.cc 74 for (size_t i = 0; i < kImageMethodsCount; ++i) {
132 CHECK_LT(static_cast<size_t>(index), kImageMethodsCount);
137 CHECK_LT(static_cast<size_t>(index), kImageMethodsCount);
image.h 132 kImageMethodsCount, // Number of elements in enum.
214 uint64_t image_methods_[kImageMethodsCount];

Completed in 48 milliseconds