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

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

Completed in 50 milliseconds