Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc1129 dex_file->GetParameterAnnotationSetRefList(parameter_annotations); in GetParameterAnnotations()
1145 dex_file->GetParameterAnnotationSetRefList(parameter_annotations); in GetNumberOfAnnotatedMethodParameters()
1161 dex_file->GetParameterAnnotationSetRefList(parameter_annotations); in GetAnnotationForMethodParameter()
/art/libdexfile/dex/
Ddex_file.h600 const dex::AnnotationSetRefList* GetParameterAnnotationSetRefList( in GetParameterAnnotationSetRefList() function
/art/dexlayout/
Ddex_ir_builder.cc773 dex_file.GetParameterAnnotationSetRefList(&parameters[i]); in CreateAnnotationsDirectoryItem()
/art/dexdump/
Ddexdump.cc700 list = pDexFile->GetParameterAnnotationSetRefList(&pars[i]); in dumpClassAnnotations()