HomeSort by relevance Sort by last modified time
    Searched refs:RawDexObject (Results 1 - 25 of 42) sorted by null

1 2

  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Offsettable.java 20 * Tracks the original and updated positions of a RawDexObject when it is
38 private RawDexObject item;
59 public Offsettable(RawDexObject item, boolean isNew) {
70 public RawDexObject getItem() {
75 * Gets the offset from the beginning of the file to the RawDexObject this Offsettable
RawDexObject.java 24 public interface RawDexObject {
AnnotationOffItem.java 21 public class AnnotationOffItem implements RawDexObject {
AnnotationSetRefItem.java 21 public class AnnotationSetRefItem implements RawDexObject {
EncodedArrayItem.java 21 public class EncodedArrayItem implements RawDexObject {
TypeItem.java 21 public class TypeItem implements RawDexObject {
AnnotationElement.java 21 public class AnnotationElement implements RawDexObject {
AnnotationItem.java 21 public class AnnotationItem implements RawDexObject {
DebugInfoItem.java 24 public class DebugInfoItem implements RawDexObject {
EncodedCatchHandlerList.java 21 public class EncodedCatchHandlerList implements RawDexObject {
EncodedTypeAddrPair.java 21 public class EncodedTypeAddrPair implements RawDexObject {
FieldAnnotation.java 21 public class FieldAnnotation implements RawDexObject {
MethodAnnotation.java 21 public class MethodAnnotation implements RawDexObject {
ParameterAnnotation.java 21 public class ParameterAnnotation implements RawDexObject {
StringIdItem.java 21 public class StringIdItem implements RawDexObject {
TryItem.java 21 public class TryItem implements RawDexObject {
TypeIdItem.java 21 public class TypeIdItem implements RawDexObject {
Offset.java 70 public RawDexObject getPointedToItem() {
87 * Returns true if this Offset points at the provided RawDexObject.
89 public boolean pointsToThisItem(RawDexObject thisItem) {
OffsetTracker.java 117 public RawDexObject getItemByOffset(int offset) {
127 public void getNewOffsettable(DexRandomAccessFile file, RawDexObject item) throws IOException {
412 public Offsettable insertNewOffsettableAsFirstEverTypeList(RawDexObject item,
433 public Offsettable insertNewOffsettableAsFirstEverField(RawDexObject item,
454 public Offsettable insertNewOffsettableAsFirstOfType(RawDexObject item,
472 public Offsettable insertNewOffsettableAfter(RawDexObject item, RawDexObject itemBefore) {
483 private int getOffsettableIndexForFirstItemType(RawDexObject item) {
493 private int getOffsettableIndexForItem(RawDexObject item) {
503 * Given a RawDexObject, get the Offsettable that contains it
    [all...]
AnnotationSetItem.java 21 public class AnnotationSetItem implements RawDexObject {
AnnotationSetRefList.java 21 public class AnnotationSetRefList implements RawDexObject {
EncodedAnnotation.java 21 public class EncodedAnnotation implements RawDexObject {
EncodedArray.java 21 public class EncodedArray implements RawDexObject {
EncodedCatchHandler.java 21 public class EncodedCatchHandler implements RawDexObject {
EncodedField.java 21 public class EncodedField implements RawDexObject {

Completed in 6442 milliseconds

1 2