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

  /cts/tools/dex-tools/src/dex/reader/
DexFileReader.java 249 public int annotations_off; field in class:DexFileReader.ClassDefItem
267 item.annotations_off = b.readUInt();
DexClassImpl.java 119 if (classDefItem.annotations_off != 0) {
120 buffer.setPosition(classDefItem.annotations_off);

Completed in 71 milliseconds