Home | History | Annotate | Download | only in raw

Lines Matching refs:annotate

60                 out.annotate(4, "class_annotations_off = %s",
64 out.annotate(4, "fields_size = %d", fieldsSize);
67 out.annotate(4, "annotated_methods_size = %d", annotatedMethodsSize);
70 out.annotate(4, "annotated_parameters_size = %d", annotatedParameterSize);
73 out.annotate(0, "field_annotations:");
76 out.annotate(0, "field_annotation[%d]", i);
79 out.annotate(4, "%s", FieldIdItem.getReferenceAnnotation(dexFile, fieldIndex));
81 out.annotate(4, "%s", AnnotationSetItem.getReferenceAnnotation(dexFile, annotationOffset));
88 out.annotate(0, "method_annotations:");
91 out.annotate(0, "method_annotation[%d]", i);
94 out.annotate(4, "%s", MethodIdItem.getReferenceAnnotation(dexFile, methodIndex));
96 out.annotate(4, "%s", AnnotationSetItem.getReferenceAnnotation(dexFile, annotationOffset));
103 out.annotate(0, "parameter_annotations:");
106 out.annotate(0, "parameter_annotation[%d]", i);
109 out.annotate(4, "%s", MethodIdItem.getReferenceAnnotation(dexFile, methodIndex));
111 out.annotate(4, "%s", AnnotationSetRefList.getReferenceAnnotation(dexFile, annotationOffset));