Home
last modified time | relevance | path

Searched refs:GetAnnotationsForClass (Results 1 – 3 of 3) sorted by relevance

/art/runtime/native/
Djava_lang_Class.cc443 return soa.AddLocalReference<jobjectArray>(klass->GetDexFile().GetAnnotationsForClass(klass)); in Class_getDeclaredAnnotations()
/art/runtime/
Ddex_file.h1009 mirror::ObjectArray<mirror::Object>* GetAnnotationsForClass(Handle<mirror::Class> klass) const
Ddex_file.cc1409 mirror::ObjectArray<mirror::Object>* DexFile::GetAnnotationsForClass(Handle<mirror::Class> klass) in GetAnnotationsForClass() function in art::DexFile