Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Ddex_format.h259 u4 annotations_off; member
319 u4 annotations_off; member
325 u4 annotations_off; member
331 u4 annotations_off; member
336 u4 annotations_off; member
/tools/dexter/slicer/
Dreader.cc315 ir_class->annotations = ExtractAnnotations(dex_class_def.annotations_off); in ParseClass()
398 dex::u4 entry_offset = dex_annotation_set_ref_list->list[i].annotations_off; in ExtractAnnotationSetRefList()
416 ExtractAnnotationSet(dex_field_annotation->annotations_off); in ParseFieldAnnotation()
431 ExtractAnnotationSet(dex_method_annotation->annotations_off); in ParseMethodAnnotation()
446 ExtractAnnotationSetRefList(dex_param_annotation->annotations_off); in ParseParamAnnotation()
Dwriter.cc557 dex_class_def->annotations_off = WriteClassAnnotations(ir_class); in CreateAnnDirectoriesSection()
743 dex_item.annotations_off = FilePointer(irItem->annotations); in WriteClassAnnotations()
750 dex_item.annotations_off = FilePointer(irItem->annotations); in WriteClassAnnotations()
757 dex_item.annotations_off = FilePointer(irItem->annotations); in WriteClassAnnotations()