Home
last modified time | relevance | path

Searched refs:annotated_params_size (Results 1 – 1 of 1) sorted by relevance

/cts/tools/dex-tools/src/dex/reader/
DDexClassImpl.java89 int annotated_params_size; // uint field in DexClassImpl.AnnotationsDirectoryItem
125 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()