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.h212 u4 annotations_off; member
264 u4 annotations_off; member
270 u4 annotations_off; member
276 u4 annotations_off; member
281 u4 annotations_off; member
/tools/dexter/slicer/
Dreader.cc275 ir_class->annotations = ExtractAnnotations(dex_class_def.annotations_off); in ParseClass()
358 dex::u4 entry_offset = dex_annotation_set_ref_list->list[i].annotations_off; in ExtractAnnotationSetRefList()
376 ExtractAnnotationSet(dex_field_annotation->annotations_off); in ParseFieldAnnotation()
391 ExtractAnnotationSet(dex_method_annotation->annotations_off); in ParseMethodAnnotation()
406 ExtractAnnotationSetRefList(dex_param_annotation->annotations_off); in ParseParamAnnotation()
Dwriter.cc542 dex_class_def->annotations_off = WriteClassAnnotations(ir_class); in CreateAnnDirectoriesSection()
708 dex_item.annotations_off = FilePointer(irItem->annotations); in WriteClassAnnotations()
715 dex_item.annotations_off = FilePointer(irItem->annotations); in WriteClassAnnotations()
722 dex_item.annotations_off = FilePointer(irItem->annotations); in WriteClassAnnotations()