Home
last modified time | relevance | path

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

/aosp12/art/runtime/dex/
H A Ddex_file_annotations.h77 bool IsMethodAnnotationPresent(ArtMethod* method,
H A Ddex_file_annotations.cc1224 bool IsMethodAnnotationPresent(ArtMethod* method, in IsMethodAnnotationPresent() function
/aosp12/art/runtime/native/
H A Djava_lang_reflect_Executable.cc265 return annotations::IsMethodAnnotationPresent(method, klass); in Executable_isAnnotationPresentNative()