Searched refs:GetAnnotationsForClass (Results 1 – 3 of 3) sorted by relevance
443 return soa.AddLocalReference<jobjectArray>(klass->GetDexFile().GetAnnotationsForClass(klass)); in Class_getDeclaredAnnotations()
1009 mirror::ObjectArray<mirror::Object>* GetAnnotationsForClass(Handle<mirror::Class> klass) const
1409 mirror::ObjectArray<mirror::Object>* DexFile::GetAnnotationsForClass(Handle<mirror::Class> klass) in GetAnnotationsForClass() function in art::DexFile