Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir_builder.cc743 uint32_t annotation_set_offset = fields[i].annotations_off_; in CreateAnnotationsDirectoryItem() local
745 CreateAnnotationSetItem(dex_file, field_set_item, annotation_set_offset); in CreateAnnotationsDirectoryItem()
759 uint32_t annotation_set_offset = methods[i].annotations_off_; in CreateAnnotationsDirectoryItem() local
761 CreateAnnotationSetItem(dex_file, method_set_item, annotation_set_offset); in CreateAnnotationsDirectoryItem()