Lines Matching refs:GetDexCache
73 ObjPtr<mirror::DexCache> GetDexCache() const REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexCache() function in art::__anon607cc5e80111::ClassData
75 return method_->GetDexCache(); in GetDexCache()
77 return real_klass_->GetDexCache(); in GetDexCache()
327 hs.NewHandle(klass.GetDexCache()), in ProcessEncodedAnnotation()
440 klass.GetDexFile(), dex::StringIndex(index), hs.NewHandle(klass.GetDexCache())); in ProcessAnnotationValue()
458 hs.NewHandle(klass.GetDexCache()), in ProcessAnnotationValue()
485 hs.NewHandle(klass.GetDexCache()), in ProcessAnnotationValue()
524 hs.NewHandle(klass.GetDexCache()), in ProcessAnnotationValue()
553 hs.NewHandle(klass.GetDexCache()), in ProcessAnnotationValue()
787 hs.NewHandle(klass.GetDexCache()), in GetAnnotationItemFromAnnotationSet()
1346 hs.NewHandle(data.GetDexCache()), in GetEnclosingClass()
1452 if (klass->GetDexCache() == nullptr) { in GetSourceDebugExtension()