Home
last modified time | relevance | path

Searched refs:AnnotationSet (Results 1 – 5 of 5) sorted by relevance

/tools/dexter/slicer/export/slicer/
Ddex_ir.h73 struct AnnotationSet;
269 struct AnnotationSet : public Node { struct
278 std::vector<AnnotationSet*> annotations; argument
285 AnnotationSet* annotations;
292 AnnotationSet* annotations;
305 AnnotationSet* class_annotation;
379 std::vector<own<AnnotationSet>> annotation_sets;
460 void Track(AnnotationSet* p) { PushOwn(annotation_sets, p); } in Track()
Dreader.h76 ir::AnnotationSet* ExtractAnnotationSet(dex::u4 offset);
147 std::map<dex::u4, ir::AnnotationSet*> annotation_sets_;
Dwriter.h212 dex::u4 WriteAnnotationSet(const ir::AnnotationSet* ir_annotation_set);
/tools/dexter/slicer/
Dreader.cc329 ir::AnnotationSet* Reader::ExtractAnnotationSet(dex::u4 offset) { in ExtractAnnotationSet()
339 ir_annotation_set = dex_ir_->Alloc<ir::AnnotationSet>(); in ExtractAnnotationSet()
Dwriter.cc657 dex::u4 Writer::WriteAnnotationSet(const ir::AnnotationSet* ir_annotation_set) { in WriteAnnotationSet()