Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc326 const ParameterAnnotationsItem* parameter_annotations = in FindAnnotationsItemForMethod() local
328 if (parameter_annotations == nullptr) { in FindAnnotationsItemForMethod()
334 if (parameter_annotations[i].method_idx_ == method_index) { in FindAnnotationsItemForMethod()
335 return &parameter_annotations[i]; in FindAnnotationsItemForMethod()
1129 const ParameterAnnotationsItem* parameter_annotations = in GetParameterAnnotations() local
1131 if (parameter_annotations == nullptr) { in GetParameterAnnotations()
1135 dex_file->GetParameterAnnotationSetRefList(parameter_annotations); in GetParameterAnnotations()
1145 const ParameterAnnotationsItem* parameter_annotations = in GetNumberOfAnnotatedMethodParameters() local
1147 if (parameter_annotations == nullptr) { in GetNumberOfAnnotatedMethodParameters()
1151 dex_file->GetParameterAnnotationSetRefList(parameter_annotations); in GetNumberOfAnnotatedMethodParameters()
[all …]