HomeSort by relevance Sort by last modified time
    Searched refs:insertNewOffsettableAfter (Results 1 - 2 of 2) sorted by null

  /art/tools/dexfuzz/src/dexfuzz/program/
IdCreator.java 204 rawDexFile.getOffsetTracker().insertNewOffsettableAfter(newMethodId, prevMethodId);
278 rawDexFile.getOffsetTracker().insertNewOffsettableAfter(newTypeId, prevTypeId);
348 .insertNewOffsettableAfter(newStringData, prevStringData);
364 rawDexFile.getOffsetTracker().insertNewOffsettableAfter(newStringId, prevStringId);
441 rawDexFile.getOffsetTracker().insertNewOffsettableAfter(newFieldId, prevFieldId);
644 rawDexFile.getOffsetTracker().insertNewOffsettableAfter(typeList, prevTypeList);
739 rawDexFile.getOffsetTracker().insertNewOffsettableAfter(newProtoId, prevProtoId);
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
OffsetTracker.java 472 public Offsettable insertNewOffsettableAfter(RawDexObject item, RawDexObject itemBefore) {
473 Log.debug("Calling insertNewOffsettableAfter()");

Completed in 883 milliseconds