Home
last modified time | relevance | path

Searched defs:parameter_annotations (Results 1 – 3 of 3) sorted by relevance

/art/runtime/dex/
Ddex_file_annotations.cc323 const ParameterAnnotationsItem* parameter_annotations = in FindAnnotationsItemForMethod() local
1123 const ParameterAnnotationsItem* parameter_annotations = in GetParameterAnnotations() local
1139 const ParameterAnnotationsItem* parameter_annotations = in GetNumberOfAnnotatedMethodParameters() local
1156 const ParameterAnnotationsItem* parameter_annotations = FindAnnotationsItemForMethod(method); in GetAnnotationForMethodParameter() local
/art/dexlayout/
Ddex_ir_builder.cc767 ParameterAnnotationVector* parameter_annotations = nullptr; in CreateAnnotationsDirectoryItem() local
Ddex_ir.h1213 ParameterAnnotationVector* parameter_annotations) in AnnotationsDirectoryItem()