Home | History | Annotate | Download | only in dex

Lines Matching defs:parameter_annotations

323   const ParameterAnnotationsItem* parameter_annotations =
325 if (parameter_annotations == nullptr) {
331 if (parameter_annotations[i].method_idx_ == method_index) {
332 return &parameter_annotations[i];
1123 const ParameterAnnotationsItem* parameter_annotations =
1125 if (parameter_annotations == nullptr) {
1129 dex_file->GetParameterAnnotationSetRefList(parameter_annotations);
1139 const ParameterAnnotationsItem* parameter_annotations =
1141 if (parameter_annotations == nullptr) {
1145 dex_file->GetParameterAnnotationSetRefList(parameter_annotations);
1156 const ParameterAnnotationsItem* parameter_annotations = FindAnnotationsItemForMethod(method);
1157 if (parameter_annotations == nullptr) {
1161 dex_file->GetParameterAnnotationSetRefList(parameter_annotations);