Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.h64 bool GetParametersMetadataForMethod(ArtMethod* method,
Ddex_file_annotations.cc1168 bool GetParametersMetadataForMethod(ArtMethod* method, in GetParametersMetadataForMethod() function
/art/runtime/native/
Djava_lang_reflect_Executable.cc169 if (!annotations::GetParametersMetadataForMethod(art_method, &names, &access_flags)) { in Executable_getParameters0()