Searched refs:AnnotationSetRefList (Results 1 – 8 of 8) sorted by relevance
75 struct AnnotationSetRefList;286 struct AnnotationSetRefList : public Node { struct310 AnnotationSetRefList* annotations; argument392 std::vector<own<AnnotationSetRefList>> annotation_set_ref_lists;476 void Track(AnnotationSetRefList* p) { PushOwn(annotation_set_ref_lists, p); } in Track()
79 ir::AnnotationSetRefList* ExtractAnnotationSetRefList(dex::u4 offset);
340 struct AnnotationSetRefList { struct
216 dex::u4 WriteAnnotationSetRefList(const ir::AnnotationSetRefList* ir_annotation_set_ref_list);
10 AnnotationSetRefList : 29720, 144 [33]
10 AnnotationSetRefList : 190b38, 73a0 [2257]
391 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()
708 const ir::AnnotationSetRefList* ir_annotation_set_ref_list) { in WriteAnnotationSetRefList()