Lines Matching refs:GetDexCache
92 ObjPtr<mirror::DexCache> GetDexCache() const REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexCache() function in art::__anon4bc6c7790111::ClassData
94 return method_->GetDexCache(); in GetDexCache()
96 return real_klass_->GetDexCache(); in GetDexCache()
366 hs.NewHandle(klass.GetDexCache()), in ProcessEncodedAnnotation()
475 dex::StringIndex(index), hs.NewHandle(klass.GetDexCache())); in ProcessAnnotationValue()
492 hs.NewHandle(klass.GetDexCache()), in ProcessAnnotationValue()
518 hs.NewHandle(klass.GetDexCache()), in ProcessAnnotationValue()
548 hs.NewHandle(klass.GetDexCache()), in ProcessAnnotationValue()
569 hs.NewHandle(klass.GetDexCache()), in ProcessAnnotationValue()
776 hs.NewHandle(klass.GetDexCache()), in GetAnnotationItemFromAnnotationSet()
1613 hs.NewHandle(data.GetDexCache()), in GetEnclosingClass()
1720 if (klass->GetDexCache() == nullptr) { in GetSourceDebugExtension()