Searched refs:AnnotationSet (Results 1 – 5 of 5) sorted by relevance
73 struct AnnotationSet;269 struct AnnotationSet : public Node { struct278 std::vector<AnnotationSet*> annotations; argument285 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()
76 ir::AnnotationSet* ExtractAnnotationSet(dex::u4 offset);147 std::map<dex::u4, ir::AnnotationSet*> annotation_sets_;
212 dex::u4 WriteAnnotationSet(const ir::AnnotationSet* ir_annotation_set);
329 ir::AnnotationSet* Reader::ExtractAnnotationSet(dex::u4 offset) { in ExtractAnnotationSet()339 ir_annotation_set = dex_ir_->Alloc<ir::AnnotationSet>(); in ExtractAnnotationSet()
657 dex::u4 Writer::WriteAnnotationSet(const ir::AnnotationSet* ir_annotation_set) { in WriteAnnotationSet()