Searched refs:kImageMethodsCount (Results 1 – 6 of 6) sorted by relevance
103 for (size_t i = 0; i < kImageMethodsCount; ++i) { in RelocateBootImageReferences()157 CHECK_LT(static_cast<size_t>(index), kImageMethodsCount); in GetImageMethod()
225 kImageMethodsCount, // Number of elements in enum. enumerator512 uint64_t image_methods_[kImageMethodsCount];
669 ArtMethod* image_methods_[ImageHeader::kImageMethodsCount];
2878 for (size_t i = 0; i < ImageHeader::kImageMethodsCount; ++i) { in CopyAndFixupNativeData()
1830 static_cast<size_t>(ImageHeader::kImageMethodsCount), "sizes must match"); in Dump()1831 for (int i = 0; i < ImageHeader::kImageMethodsCount; i++) { in Dump()
646 for (size_t i = 0u; i != static_cast<size_t>(ImageHeader::kImageMethodsCount); ++i) { in InitAppImage()