Home
last modified time | relevance | path

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

/aosp12/art/runtime/dex/
H A 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
/aosp12/art/dexlayout/
H A Ddex_ir_builder.cc768 ParameterAnnotationVector* parameter_annotations = nullptr; in CreateAnnotationsDirectoryItem() local
H A Ddex_ir.h1213 ParameterAnnotationVector* parameter_annotations) in AnnotationsDirectoryItem()