Home
last modified time | relevance | path

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

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