Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dreader.cc295 ExtractAnnotationSet(dex_annotations->class_annotations_off); in ExtractAnnotations()
328 ir::AnnotationSet* Reader::ExtractAnnotationSet(dex::u4 offset) { in ExtractAnnotationSet() function in dex::Reader
359 auto ir_annotation_set = ExtractAnnotationSet(entry_offset); in ExtractAnnotationSetRefList()
375 ExtractAnnotationSet(dex_field_annotation->annotations_off); in ParseFieldAnnotation()
390 ExtractAnnotationSet(dex_method_annotation->annotations_off); in ParseMethodAnnotation()
/tools/dexter/slicer/export/slicer/
Dreader.h76 ir::AnnotationSet* ExtractAnnotationSet(dex::u4 offset);