Searched refs:dex_annotation_set (Results 1 – 1 of 1) sorted by relevance
340 auto dex_annotation_set = dataPtr<dex::AnnotationSetItem>(offset); in ExtractAnnotationSet() local341 for (dex::u4 i = 0; i < dex_annotation_set->size; ++i) { in ExtractAnnotationSet()342 auto ir_annotation = ExtractAnnotationItem(dex_annotation_set->entries[i]); in ExtractAnnotationSet()