Searched refs:ir_annotation_set_ref_list (Results 1 – 3 of 3) sorted by relevance
354 auto ir_annotation_set_ref_list = dex_ir_->Alloc<ir::AnnotationSetRefList>(); in ExtractAnnotationSetRefList() local361 ir_annotation_set_ref_list->annotations.push_back(ir_annotation_set); in ExtractAnnotationSetRefList()365 return ir_annotation_set_ref_list; in ExtractAnnotationSetRefList()
673 const ir::AnnotationSetRefList* ir_annotation_set_ref_list) { in WriteAnnotationSetRefList() argument674 SLICER_CHECK(ir_annotation_set_ref_list != nullptr); in WriteAnnotationSetRefList()676 const auto& annotations = ir_annotation_set_ref_list->annotations; in WriteAnnotationSetRefList()
213 dex::u4 WriteAnnotationSetRefList(const ir::AnnotationSetRefList* ir_annotation_set_ref_list);