Lines Matching refs:parameter_annotations
323 const ParameterAnnotationsItem* parameter_annotations = in FindAnnotationsItemForMethod() local
325 if (parameter_annotations == nullptr) { in FindAnnotationsItemForMethod()
331 if (parameter_annotations[i].method_idx_ == method_index) { in FindAnnotationsItemForMethod()
332 return ¶meter_annotations[i]; in FindAnnotationsItemForMethod()
1102 const ParameterAnnotationsItem* parameter_annotations = in GetParameterAnnotations() local
1104 if (parameter_annotations == nullptr) { in GetParameterAnnotations()
1108 dex_file->GetParameterAnnotationSetRefList(parameter_annotations); in GetParameterAnnotations()
1118 const ParameterAnnotationsItem* parameter_annotations = in GetNumberOfAnnotatedMethodParameters() local
1120 if (parameter_annotations == nullptr) { in GetNumberOfAnnotatedMethodParameters()
1124 dex_file->GetParameterAnnotationSetRefList(parameter_annotations); in GetNumberOfAnnotatedMethodParameters()
1135 const ParameterAnnotationsItem* parameter_annotations = FindAnnotationsItemForMethod(method); in GetAnnotationForMethodParameter() local
1136 if (parameter_annotations == nullptr) { in GetAnnotationForMethodParameter()
1140 dex_file->GetParameterAnnotationSetRefList(parameter_annotations); in GetAnnotationForMethodParameter()