Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.h66 bool GetParametersMetadataForMethod(
Ddex_file_annotations.cc1159 bool GetParametersMetadataForMethod( in GetParametersMetadataForMethod() function
/art/runtime/native/
Djava_lang_reflect_Executable.cc172 if (!annotations::GetParametersMetadataForMethod(art_method, &names, &access_flags)) { in Executable_getParameters0()