Searched refs:boot_image_cache (Results 1 – 1 of 1) sorted by relevance
103 ObjPtr<mirror::ObjectArray<mirror::Object>> boot_image_cache) in CheckIntegerCache() argument105 DCHECK(boot_image_cache != nullptr); in CheckIntegerCache()116 if (current_cache != boot_image_cache) { in CheckIntegerCache()123 if (boot_image_cache->GetLength() != high - low + 1) { in CheckIntegerCache()130 for (int32_t i = 0, len = boot_image_cache->GetLength(); i != len; ++i) { in CheckIntegerCache()136 boot_image_cache->GetWithoutChecks<kVerifyNone, kWithoutReadBarrier>(i); in CheckIntegerCache()