Home
last modified time | relevance | path

Searched refs:annotation_set_offset (Results 1 – 1 of 1) sorted by relevance

/art/dexlayout/
Ddex_ir.cc504 uint32_t annotation_set_offset = fields[i].annotations_off_; in CreateAnnotationsDirectoryItem() local
506 CreateAnnotationSetItem(dex_file, field_set_item, annotation_set_offset); in CreateAnnotationsDirectoryItem()
520 uint32_t annotation_set_offset = methods[i].annotations_off_; in CreateAnnotationsDirectoryItem() local
522 CreateAnnotationSetItem(dex_file, method_set_item, annotation_set_offset); in CreateAnnotationsDirectoryItem()