HomeSort by relevance Sort by last modified time
    Searched refs:annotations_off (Results 1 - 3 of 3) 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);
  /art/dexlayout/
dex_writer.cc 350 uint32_t annotations_off[1]; local
357 annotations_off[0] = annotation_set == nullptr ? 0 : annotation_set->GetOffset();
358 offset += Write(annotations_off, sizeof(uint32_t), offset);

Completed in 90 milliseconds