Lines Matching refs:GetDexCache

578     DCHECK(klass->IsArrayClass() || klass->IsPrimitive() || klass->GetDexCache() != nullptr);  in FinishInit()
2419 GetOatMethodIndexFromMethodIndex(*declaring_class->GetDexCache()->GetDexFile(), in FindOatMethodFor()
2423 if (!FindOatClass(*declaring_class->GetDexCache()->GetDexFile(), in FindOatMethodFor()
2732 CHECK(klass->GetDexCache() != nullptr); in LoadClass()
2899 dst->SetDexCacheResolvedMethods(klass->GetDexCache()->GetResolvedMethods()); in LoadMethod()
2900 dst->SetDexCacheResolvedTypes(klass->GetDexCache()->GetResolvedTypes()); in LoadMethod()
2963 mirror::DexCache* dex_cache = GetDexCache(i); in IsDexFileRegisteredLocked()
3024 mirror::DexCache* dex_cache = GetDexCache(i); in FindDexCache()
3032 mirror::DexCache* dex_cache = GetDexCache(i); in FindDexCache()
3039 mirror::DexCache* dex_cache = GetDexCache(i); in FindDexCache()
3049 mirror::DexCache* dex_cache = GetDexCache(i); in FixupDexCaches()
3266 mirror::DexCache* dex_cache = klass->GetDexCache(); in InsertClass()
3555 LOG(ERROR) << error_msg << " in " << klass->GetDexCache()->GetLocation()->ToModifiedUtf8(); in VerifyClass()
3564 ClassReference ref(klass->GetDexCache()->GetDexFile(), klass->GetDexClassDefIndex()); in VerifyClass()
3574 const DexFile& dex_file = *klass->GetDexCache()->GetDexFile(); in VerifyClass()
3580 << klass->GetDexCache()->GetLocation()->ToModifiedUtf8(); in VerifyClass()
3596 << " in " << klass->GetDexCache()->GetLocation()->ToModifiedUtf8() in VerifyClass()
3629 << " in " << klass->GetDexCache()->GetLocation()->ToModifiedUtf8() in VerifyClass()
3795 klass->SetDexCache(proxy_class->GetDexCache()); in CreateProxyClass()
3954 mirror::DexCache* a_dex_cache = GetDexCache(i); in FindMethodForProxy()
3979 proxy_class->GetDexCache()->SetResolvedMethod(proxy_constructor->GetDexMethodIndex(), in CreateProxyConstructor()
4008 prototype->GetDeclaringClass()->GetDexCache()->SetResolvedMethod(prototype->GetDexMethodIndex(), in CreateProxyMethod()
4211 Handle<mirror::DexCache> dex_cache(hs.NewHandle(klass->GetDexCache())); in InitializeClass()
4392 Handle<mirror::DexCache> dex_cache(hs.NewHandle(c->GetDexCache())); in ConstructFieldMap()
4632 klass->GetDexCache() != super_class->GetDexCache()) { in CheckSuperClassChange()
5634 Handle<mirror::DexCache> dex_cache(hs.NewHandle(referrer->GetDexCache())); in ResolveType()
5901 mirror::DexCache* dex_cache = declaring_class->GetDexCache(); in MethodShorty()