Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Ddex_ir.h74 struct AnnotationSetRefList;
275 struct AnnotationSetRefList : public Node { struct
299 AnnotationSetRefList* annotations; argument
380 std::vector<own<AnnotationSetRefList>> annotation_set_ref_lists;
461 void Track(AnnotationSetRefList* p) { PushOwn(annotation_set_ref_lists, p); } in Track()
Dreader.h77 ir::AnnotationSetRefList* ExtractAnnotationSetRefList(dex::u4 offset);
Ddex_format.h285 struct AnnotationSetRefList { struct
Dwriter.h213 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.cc351 ir::AnnotationSetRefList* Reader::ExtractAnnotationSetRefList(dex::u4 offset) { in ExtractAnnotationSetRefList()
354 auto dex_annotation_set_ref_list = dataPtr<dex::AnnotationSetRefList>(offset); in ExtractAnnotationSetRefList()
355 auto ir_annotation_set_ref_list = dex_ir_->Alloc<ir::AnnotationSetRefList>(); in ExtractAnnotationSetRefList()
Dwriter.cc673 const ir::AnnotationSetRefList* ir_annotation_set_ref_list) { in WriteAnnotationSetRefList()