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

  /art/tools/dexfuzz/src/dexfuzz/rawdex/
AnnotationsDirectoryItem.java 22 public Offset classAnnotationsOff;
34 classAnnotationsOff = file.getOffsetTracker().getNewOffset(file.readUInt());
62 file.getOffsetTracker().tryToWriteOffset(classAnnotationsOff, file, false /* ULEB128 */);
  /dalvik/libdex/
DexFile.h 455 u4 classAnnotationsOff; /* offset to DexAnnotationSetItem */
904 return dexGetAnnotationSetItem(pDexFile, pAnnoDir->classAnnotationsOff);
    [all...]
DexSwapVerify.cpp     [all...]
  /external/r8/src/main/java/com/android/tools/r8/dex/
DexFileReader.java 424 int classAnnotationsOff = file.getUint();
432 annotationSetAt(classAnnotationsOff),
    [all...]

Completed in 140 milliseconds