Searched refs:parameter_annotations (Results 1 – 3 of 3) sorted by relevance
323 const ParameterAnnotationsItem* parameter_annotations = in FindAnnotationsItemForMethod() local325 if (parameter_annotations == nullptr) { in FindAnnotationsItemForMethod()331 if (parameter_annotations[i].method_idx_ == method_index) { in FindAnnotationsItemForMethod()332 return ¶meter_annotations[i]; in FindAnnotationsItemForMethod()1123 const ParameterAnnotationsItem* parameter_annotations = in GetParameterAnnotations() local1125 if (parameter_annotations == nullptr) { in GetParameterAnnotations()1129 dex_file->GetParameterAnnotationSetRefList(parameter_annotations); in GetParameterAnnotations()1139 const ParameterAnnotationsItem* parameter_annotations = in GetNumberOfAnnotatedMethodParameters() local1141 if (parameter_annotations == nullptr) { in GetNumberOfAnnotatedMethodParameters()1145 dex_file->GetParameterAnnotationSetRefList(parameter_annotations); in GetNumberOfAnnotatedMethodParameters()[all …]
768 ParameterAnnotationVector* parameter_annotations = nullptr; in CreateAnnotationsDirectoryItem() local770 parameter_annotations = new ParameterAnnotationVector(); in CreateAnnotationsDirectoryItem()775 parameter_annotations->push_back(std::unique_ptr<ParameterAnnotation>( in CreateAnnotationsDirectoryItem()786 parameter_annotations); in CreateAnnotationsDirectoryItem()
1213 ParameterAnnotationVector* parameter_annotations) in AnnotationsDirectoryItem() argument1217 parameter_annotations_(parameter_annotations) { } in AnnotationsDirectoryItem()