Searched refs:getNewOffset (Results 1 - 13 of 13) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DHeaderItem.java64 linkOff = file.getOffsetTracker().getNewOffset(file.readUInt());
65 mapOff = file.getOffsetTracker().getNewOffset(file.readUInt());
67 stringIdsOff = file.getOffsetTracker().getNewOffset(file.readUInt());
69 typeIdsOff = file.getOffsetTracker().getNewOffset(file.readUInt());
71 protoIdsOff = file.getOffsetTracker().getNewOffset(file.readUInt());
73 fieldIdsOff = file.getOffsetTracker().getNewOffset(file.readUInt());
75 methodIdsOff = file.getOffsetTracker().getNewOffset(file.readUInt());
77 classDefsOff = file.getOffsetTracker().getNewOffset(file.readUInt());
79 dataOff = file.getOffsetTracker().getNewOffset(file.readUInt());
H A DAnnotationOffItem.java26 annotationOff = file.getOffsetTracker().getNewOffset(file.readUInt());
H A DAnnotationSetRefItem.java26 annotationsOff = file.getOffsetTracker().getNewOffset(file.readUInt());
H A DClassDefItem.java45 interfacesOff = file.getOffsetTracker().getNewOffset(file.readUInt());
47 annotationsOff = file.getOffsetTracker().getNewOffset(file.readUInt());
48 classDataOff = file.getOffsetTracker().getNewOffset(file.readUInt());
49 staticValuesOff = file.getOffsetTracker().getNewOffset(file.readUInt());
H A DFieldAnnotation.java28 annotationsOff = file.getOffsetTracker().getNewOffset(file.readUInt());
H A DMethodAnnotation.java28 annotationsOff = file.getOffsetTracker().getNewOffset(file.readUInt());
H A DParameterAnnotation.java28 annotationsOff = file.getOffsetTracker().getNewOffset(file.readUInt());
H A DStringIdItem.java27 stringDataOff = file.getOffsetTracker().getNewOffset(file.readUInt());
H A DProtoIdItem.java31 parametersOff = file.getOffsetTracker().getNewOffset(file.readUInt());
H A DEncodedMethod.java32 codeOff = file.getOffsetTracker().getNewOffset(file.readUleb128());
H A DMapItem.java53 offset = file.getOffsetTracker().getNewOffset(file.readUInt());
H A DAnnotationsDirectoryItem.java34 classAnnotationsOff = file.getOffsetTracker().getNewOffset(file.readUInt());
H A DOffsetTracker.java140 public Offset getNewOffset(int originalOffset) throws IOException { method in class:OffsetTracker
200 * @param offset The offset received from getNewOffset().

Completed in 41 milliseconds