HomeSort by relevance Sort by last modified time
    Searched refs:GetAnnotationForMethod (Results 1 - 3 of 3) sorted by null

  /art/runtime/
dex_file_annotations.h 50 mirror::Object* GetAnnotationForMethod(ArtMethod* method, Handle<mirror::Class> annotation_class)
dex_file_annotations.cc     [all...]
  /art/runtime/native/
java_lang_reflect_Executable.cc 63 return soa.AddLocalReference<jobject>(annotations::GetAnnotationForMethod(method, klass));

Completed in 55 milliseconds