Home
last modified time | relevance | path

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

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