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
1102 const ParameterAnnotationsItem* parameter_annotations = in GetParameterAnnotations() local
1118 const ParameterAnnotationsItem* parameter_annotations = in GetNumberOfAnnotatedMethodParameters() local
1135 const ParameterAnnotationsItem* parameter_annotations = FindAnnotationsItemForMethod(method); in GetAnnotationForMethodParameter() local
/art/dexlayout/
Ddex_ir_builder.cc768 ParameterAnnotationVector* parameter_annotations = nullptr; in CreateAnnotationsDirectoryItem() local
Ddex_ir.h1213 ParameterAnnotationVector* parameter_annotations) in AnnotationsDirectoryItem()