Home | History | Annotate | Download | only in patchoat

Lines Matching defs:dex_caches

476   auto* dex_caches = down_cast<mirror::ObjectArray<mirror::DexCache>*>(
478 for (size_t i = 0, count = dex_caches->GetLength(); i < count; ++i) {
479 auto* dex_cache = dex_caches->GetWithoutChecks(i);