Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc1135 dex_file->GetParameterAnnotationSetRefList(parameter_annotations); in GetParameterAnnotations()
1151 dex_file->GetParameterAnnotationSetRefList(parameter_annotations); in GetNumberOfAnnotatedMethodParameters()
1167 dex_file->GetParameterAnnotationSetRefList(parameter_annotations); in GetAnnotationForMethodParameter()
/art/libdexfile/dex/
Ddex_file.h718 const dex::AnnotationSetRefList* GetParameterAnnotationSetRefList( in GetParameterAnnotationSetRefList() function
/art/dexdump/
Ddexdump.cc800 list = pDexFile->GetParameterAnnotationSetRefList(&pars[i]); in dumpClassAnnotations()