Home | History | Annotate | Download | only in verifier

Lines Matching defs:dex_cache

112   ObjPtr<mirror::DexCache> dex_cache = klass->GetDexCache();
115 DCHECK(dex_cache != nullptr) << klass->PrettyClass();
116 if (dex_cache->GetDexFile() == &dex_file) {
284 ObjPtr<mirror::DexCache> dex_cache = klass->GetDexCache();
285 DCHECK(dex_cache != nullptr);
286 const DexFile* dex_file = dex_cache->GetDexFile();