Home
last modified time | relevance | path

Searched refs:boot_image_cache (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dintrinsics.cc104 ObjPtr<mirror::ObjectArray<mirror::Object>> boot_image_cache) in CheckIntegerCache() argument
106 DCHECK(boot_image_cache != nullptr); in CheckIntegerCache()
117 if (current_cache != boot_image_cache) { in CheckIntegerCache()
124 if (boot_image_cache->GetLength() != high - low + 1) { in CheckIntegerCache()
131 for (int32_t i = 0, len = boot_image_cache->GetLength(); i != len; ++i) { in CheckIntegerCache()
137 boot_image_cache->GetWithoutChecks<kVerifyNone, kWithoutReadBarrier>(i); in CheckIntegerCache()