Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dreader.cc340 auto dex_annotation_set = dataPtr<dex::AnnotationSetItem>(offset); in ExtractAnnotationSet() local
341 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()