Home | History | Annotate | Download | only in dex

Lines Matching defs:parameter_annotations

305   const DexFile::ParameterAnnotationsItem* parameter_annotations =
307 if (parameter_annotations == nullptr) {
313 if (parameter_annotations[i].method_idx_ == method_index) {
314 return &parameter_annotations[i];
1110 const DexFile::ParameterAnnotationsItem* parameter_annotations =
1112 if (parameter_annotations == nullptr) {
1116 dex_file->GetParameterAnnotationSetRefList(parameter_annotations);
1126 const DexFile::ParameterAnnotationsItem* parameter_annotations =
1128 if (parameter_annotations == nullptr) {
1132 dex_file->GetParameterAnnotationSetRefList(parameter_annotations);
1143 const DexFile::ParameterAnnotationsItem* parameter_annotations =
1145 if (parameter_annotations == nullptr) {
1149 dex_file->GetParameterAnnotationSetRefList(parameter_annotations);