Home | History | Annotate | Download | only in reader

Lines Matching full:buffer

39     private DexBuffer buffer;
54 public DexMethodImpl(DexBuffer buffer, DexClass declaringClass,
59 this.buffer = buffer;
76 buffer.setPosition(parameterAnnotation.annotationsOff);
77 int numberOfParameters = buffer.readUInt();
79 parameterIdToIndex.put(i, buffer.readUInt());
87 buffer.setPosition(methodAnnotation.annotationsOff);
88 final int size = buffer.readUInt();
90 annotations.add(new DexAnnotationImpl(buffer.createCopy(),
91 buffer.readUInt(), typeIds, stringPool, fieldIdItems));
109 buffer.setPosition(protoIdItem.parameter_off);
110 int size = buffer.readUInt();
114 paramTypeIdx[i] = buffer.readUShort();
117 parameters.add(new DexParameterImpl(buffer.createCopy(),