Searched refs:kImageMethodsCount (Results 1 – 6 of 6) sorted by relevance
222 kImageMethodsCount, // Number of elements in enum. enumerator517 uint64_t image_methods_[kImageMethodsCount];
124 for (size_t i = 0; i < kImageMethodsCount; ++i) { in RelocateBootImageReferences()178 CHECK_LT(static_cast<size_t>(index), kImageMethodsCount); in GetImageMethod()
674 ArtMethod* image_methods_[ImageHeader::kImageMethodsCount];
3025 for (size_t i = 0; i < ImageHeader::kImageMethodsCount; ++i) { in CopyAndFixupNativeData()
1861 static_cast<size_t>(ImageHeader::kImageMethodsCount), "sizes must match"); in Dump()1862 for (int i = 0; i < ImageHeader::kImageMethodsCount; i++) { in Dump()
644 for (size_t i = 0u; i != static_cast<size_t>(ImageHeader::kImageMethodsCount); ++i) { in InitAppImage()