Home
last modified time | relevance | path

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

/aosp_15_r20/tools/dexter/slicer/
H A Dreader.cc336 ExtractAnnotationSet(dex_annotations->class_annotations_off); in ExtractAnnotations()
369 ir::AnnotationSet* Reader::ExtractAnnotationSet(dex::u4 offset) { in ExtractAnnotationSet() function in dex::Reader
400 auto ir_annotation_set = ExtractAnnotationSet(entry_offset); in ExtractAnnotationSetRefList()
416 ExtractAnnotationSet(dex_field_annotation->annotations_off); in ParseFieldAnnotation()
431 ExtractAnnotationSet(dex_method_annotation->annotations_off); in ParseMethodAnnotation()
/aosp_15_r20/tools/dexter/slicer/export/slicer/
H A Dreader.h78 ir::AnnotationSet* ExtractAnnotationSet(dex::u4 offset);