Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Ddex_ir.h75 struct AnnotationSetRefList;
286 struct AnnotationSetRefList : public Node { struct
310 AnnotationSetRefList* annotations; argument
392 std::vector<own<AnnotationSetRefList>> annotation_set_ref_lists;
476 void Track(AnnotationSetRefList* p) { PushOwn(annotation_set_ref_lists, p); } in Track()
Dreader.h79 ir::AnnotationSetRefList* ExtractAnnotationSetRefList(dex::u4 offset);
Ddex_format.h340 struct AnnotationSetRefList { struct
Dwriter.h216 dex::u4 WriteAnnotationSetRefList(const ir::AnnotationSetRefList* ir_annotation_set_ref_list);
/tools/dexter/testdata/expected/
Dmedium.map10 AnnotationSetRefList : 29720, 144 [33]
Dlarge.map10 AnnotationSetRefList : 190b38, 73a0 [2257]
/tools/dexter/slicer/
Dreader.cc391 ir::AnnotationSetRefList* Reader::ExtractAnnotationSetRefList(dex::u4 offset) { in ExtractAnnotationSetRefList()
394 auto dex_annotation_set_ref_list = dataPtr<dex::AnnotationSetRefList>(offset); in ExtractAnnotationSetRefList()
395 auto ir_annotation_set_ref_list = dex_ir_->Alloc<ir::AnnotationSetRefList>(); in ExtractAnnotationSetRefList()
Dwriter.cc708 const ir::AnnotationSetRefList* ir_annotation_set_ref_list) { in WriteAnnotationSetRefList()