Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.h134 bool IsClassAnnotationPresent(Handle<mirror::Class> klass,
Ddex_file_annotations.cc1734 bool IsClassAnnotationPresent(Handle<mirror::Class> klass, Handle<mirror::Class> annotation_class) { in IsClassAnnotationPresent() function
/art/runtime/native/
Djava_lang_Class.cc873 return annotations::IsClassAnnotationPresent(klass, annotation_class); in Class_isDeclaredAnnotationPresent()