Home | History | Annotate | Download | only in merge

Lines Matching defs:setIn

689             Dex.Section setIn = in.open(section.off);
691 transformAnnotationSet(indexMap, setIn);
699 Dex.Section setIn = in.open(section.off);
701 transformAnnotationSetRefList(indexMap, setIn);
808 private void transformAnnotationSet(IndexMap indexMap, Dex.Section setIn) {
811 indexMap.putAnnotationSetOffset(setIn.getPosition(), annotationSetOut.getPosition());
813 int size = setIn.readInt();
817 annotationSetOut.writeInt(indexMap.adjustAnnotation(setIn.readInt()));