Searched refs:parameter_annotations (Results 1 – 1 of 1) sorted by relevance
326 const ParameterAnnotationsItem* parameter_annotations = in FindAnnotationsItemForMethod() local328 if (parameter_annotations == nullptr) { in FindAnnotationsItemForMethod()334 if (parameter_annotations[i].method_idx_ == method_index) { in FindAnnotationsItemForMethod()335 return ¶meter_annotations[i]; in FindAnnotationsItemForMethod()1129 const ParameterAnnotationsItem* parameter_annotations = in GetParameterAnnotations() local1131 if (parameter_annotations == nullptr) { in GetParameterAnnotations()1135 dex_file->GetParameterAnnotationSetRefList(parameter_annotations); in GetParameterAnnotations()1145 const ParameterAnnotationsItem* parameter_annotations = in GetNumberOfAnnotatedMethodParameters() local1147 if (parameter_annotations == nullptr) { in GetNumberOfAnnotatedMethodParameters()1151 dex_file->GetParameterAnnotationSetRefList(parameter_annotations); in GetNumberOfAnnotatedMethodParameters()[all …]