Searched refs:annotationsItem (Results 1 - 2 of 2) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DParameterAnnotationStruct.java40 private final UniformListItem<AnnotationSetRefItem> annotationsItem; field in class:ParameterAnnotationStruct
76 this.annotationsItem = new UniformListItem<AnnotationSetRefItem>(
105 wordData.add(annotationsItem);
111 int annotationsOff = annotationsItem.getAbsoluteOffset();
132 for (AnnotationSetRefItem item : annotationsItem.getItems()) {
/dalvik/dx/src/com/android/dx/dex/file/
H A DParameterAnnotationStruct.java40 private final UniformListItem<AnnotationSetRefItem> annotationsItem; field in class:ParameterAnnotationStruct
76 this.annotationsItem = new UniformListItem<AnnotationSetRefItem>(
105 wordData.add(annotationsItem);
111 int annotationsOff = annotationsItem.getAbsoluteOffset();
132 for (AnnotationSetRefItem item : annotationsItem.getItems()) {

Completed in 191 milliseconds