Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc1108 dex_file->GetParameterAnnotationSetRefList(parameter_annotations); in GetParameterAnnotations()
1124 dex_file->GetParameterAnnotationSetRefList(parameter_annotations); in GetNumberOfAnnotatedMethodParameters()
1140 dex_file->GetParameterAnnotationSetRefList(parameter_annotations); in GetAnnotationForMethodParameter()
/art/libdexfile/dex/
Ddex_file.h603 const dex::AnnotationSetRefList* GetParameterAnnotationSetRefList( in GetParameterAnnotationSetRefList() function
/art/dexlayout/
Ddex_ir_builder.cc774 dex_file.GetParameterAnnotationSetRefList(&parameters[i]); in CreateAnnotationsDirectoryItem()
/art/dexdump/
Ddexdump.cc739 list = pDexFile->GetParameterAnnotationSetRefList(&pars[i]); in dumpClassAnnotations()