Home
last modified time | relevance | path

Searched refs:ir_annotation_set_ref_list (Results 1 – 3 of 3) sorted by relevance

/tools/dexter/slicer/
Dreader.cc354 auto ir_annotation_set_ref_list = dex_ir_->Alloc<ir::AnnotationSetRefList>(); in ExtractAnnotationSetRefList() local
361 ir_annotation_set_ref_list->annotations.push_back(ir_annotation_set); in ExtractAnnotationSetRefList()
365 return ir_annotation_set_ref_list; in ExtractAnnotationSetRefList()
Dwriter.cc673 const ir::AnnotationSetRefList* ir_annotation_set_ref_list) { in WriteAnnotationSetRefList() argument
674 SLICER_CHECK(ir_annotation_set_ref_list != nullptr); in WriteAnnotationSetRefList()
676 const auto& annotations = ir_annotation_set_ref_list->annotations; in WriteAnnotationSetRefList()
/tools/dexter/slicer/export/slicer/
Dwriter.h213 dex::u4 WriteAnnotationSetRefList(const ir::AnnotationSetRefList* ir_annotation_set_ref_list);