Searched defs:Offsettable (Results 1 - 1 of 1) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOffsettable.java23 public class Offsettable { class
25 * The position of this Offsettable's item when it was read in.
30 * Set as we write out any Offsettable, so the Offset knows what its
36 * The actual Item this Offsettable contains.
43 * associated, they know which Offsettable to point at.
44 * Or when an Offsettable is created that is marked as new, so we don't
51 * Set when we calculate the new position of this Offsettable as the file is
57 * Only the OffsetTracker should be able to create a new Offsettable.
59 public Offsettable(RawDexObject item, boolean isNew) { method in class:Offsettable
62 // We no longer care about the original position of the Offsettable, becaus
[all...]

Completed in 95 milliseconds