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

  /art/runtime/
dex_file_annotations.h 66 mirror::ObjectArray<mirror::String>* GetSignatureAnnotationForMethod(ArtMethod* method)
dex_file_annotations.cc     [all...]
  /art/runtime/native/
java_lang_reflect_Executable.cc 74 return soa.AddLocalReference<jobjectArray>(annotations::GetSignatureAnnotationForMethod(method));
  /art/runtime/openjdkjvmti/
ti_method.cc 230 art::annotations::GetSignatureAnnotationForMethod(art_method);

Completed in 712 milliseconds