Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dreader.cc353 auto dex_annotation_set_ref_list = dataPtr<dex::AnnotationSetRefList>(offset); in ExtractAnnotationSetRefList() local
356 for (dex::u4 i = 0; i < dex_annotation_set_ref_list->size; ++i) { in ExtractAnnotationSetRefList()
357 dex::u4 entry_offset = dex_annotation_set_ref_list->list[i].annotations_off; in ExtractAnnotationSetRefList()