Home | History | Annotate | Download | only in dexlayout

Lines Matching defs:parameters

544   const DexFile::ParameterAnnotationsItem* parameters =
547 if (parameters != nullptr) {
550 MethodId* method_id = GetMethodId(parameters[i].method_idx_);
552 dex_file.GetParameterAnnotationSetRefList(&parameters[i]);
554 GenerateParameterAnnotation(dex_file, method_id, list, parameters[i].annotations_off_)));