Searched refs:AnnotationSetRefList (Results 1 – 8 of 8) sorted by relevance
74 struct AnnotationSetRefList;275 struct AnnotationSetRefList : public Node { struct299 AnnotationSetRefList* annotations; argument380 std::vector<own<AnnotationSetRefList>> annotation_set_ref_lists;461 void Track(AnnotationSetRefList* p) { PushOwn(annotation_set_ref_lists, p); } in Track()
77 ir::AnnotationSetRefList* ExtractAnnotationSetRefList(dex::u4 offset);
285 struct AnnotationSetRefList { struct
213 dex::u4 WriteAnnotationSetRefList(const ir::AnnotationSetRefList* ir_annotation_set_ref_list);
10 AnnotationSetRefList : 29720, 144 [33]
10 AnnotationSetRefList : 190b38, 73a0 [2257]
351 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()
673 const ir::AnnotationSetRefList* ir_annotation_set_ref_list) { in WriteAnnotationSetRefList()