Lines Matching refs:GetDexCache

1170     DCHECK(klass->IsArrayClass() || klass->IsPrimitive() || klass->GetDexCache() != nullptr);  in FinishInit()
3772 CHECK(klass->GetDexCache() != nullptr); in SetupClass()
4518 ObjPtr<mirror::DexCache> dex_cache = klass->GetDexCache(); in InsertClass()
4677 LOG(WARNING) << error_msg << " in " << klass->GetDexCache()->GetLocation()->ToModifiedUtf8(); in AttemptSupertypeVerification()
4689 ClassReference ref(klass->GetDexCache()->GetDexFile(), klass->GetDexClassDefIndex()); in AttemptSupertypeVerification()
4762 << " in " << klass->GetDexCache()->GetLocation()->ToModifiedUtf8(); in VerifyClass()
4815 const DexFile& dex_file = *klass->GetDexCache()->GetDexFile(); in VerifyClass()
4821 << " in " << klass->GetDexCache()->GetLocation()->ToModifiedUtf8() in VerifyClass()
4844 << " in " << klass->GetDexCache()->GetLocation()->ToModifiedUtf8() in VerifyClass()
4885 << " in " << klass->GetDexCache()->GetLocation()->ToModifiedUtf8() in VerifyClass()
5058 temp_klass->SetDexCache(GetClassRoot<mirror::Proxy>(this)->GetDexCache()); in CreateProxyClass()
5578 Handle<mirror::DexCache> dex_cache(hs.NewHandle(klass->GetDexCache())); in InitializeClass()
7733 auto* resolved_methods = klass_->GetDexCache()->GetResolvedMethods(); in CheckNoStaleMethodsInDexCache()
7734 for (size_t i = 0, count = klass_->GetDexCache()->NumResolvedMethods(); i < count; ++i) { in CheckNoStaleMethodsInDexCache()
8710 return DoLookupResolvedType(type_idx, referrer->GetDexCache(), referrer->GetClassLoader()); in DoLookupResolvedType()
8744 Handle<mirror::DexCache> dex_cache(hs.NewHandle(referrer->GetDexCache())); in DoResolveType()
9188 Handle<mirror::DexCache> dex_cache(hs.NewHandle(referrer->GetDexCache())); in ResolveMethodType()
9376 hs.NewHandle(referrer->GetDexCache()), in ResolveMethodHandleForMethod()