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

  /art/runtime/
dex_file_annotations.h 52 mirror::ObjectArray<mirror::Object>* GetAnnotationsForMethod(ArtMethod* method)
dex_file_annotations.cc     [all...]
  /art/runtime/native/
java_lang_reflect_Executable.cc 50 return soa.AddLocalReference<jobjectArray>(annotations::GetAnnotationsForMethod(method));

Completed in 178 milliseconds