Searched refs:annotated_params_size (Results 1 – 1 of 1) sorted by relevance
89 int annotated_params_size; // uint field in DexClassImpl.AnnotationsDirectoryItem125 annotationDir.annotated_params_size = buffer.readUInt(); in parseAnnotationDirectory()155 if (annotationDir.annotated_params_size != 0) { in parseAnnotationDirectory()158 .annotated_params_size]; in parseAnnotationDirectory()159 for (int i = 0; i < annotationDir.annotated_params_size; i++) { in parseAnnotationDirectory()