Searched refs:ir_annotation_set (Results 1 – 3 of 3) sorted by relevance
336 auto& ir_annotation_set = annotation_sets_[offset]; in ExtractAnnotationSet() local337 if (ir_annotation_set == nullptr) { in ExtractAnnotationSet()338 ir_annotation_set = dex_ir_->Alloc<ir::AnnotationSet>(); in ExtractAnnotationSet()344 ir_annotation_set->annotations.push_back(ir_annotation); in ExtractAnnotationSet()347 return ir_annotation_set; in ExtractAnnotationSet()359 auto ir_annotation_set = ExtractAnnotationSet(entry_offset); in ExtractAnnotationSetRefList() local360 SLICER_CHECK(ir_annotation_set != nullptr); in ExtractAnnotationSetRefList()361 ir_annotation_set_ref_list->annotations.push_back(ir_annotation_set); in ExtractAnnotationSetRefList()
650 dex::u4 Writer::WriteAnnotationSet(const ir::AnnotationSet* ir_annotation_set) { in WriteAnnotationSet() argument651 SLICER_CHECK(ir_annotation_set != nullptr); in WriteAnnotationSet()653 const auto& annotations = ir_annotation_set->annotations; in WriteAnnotationSet()674 for (auto ir_annotation_set : annotations) { in WriteAnnotationSetRefList() local675 data.Push<dex::u4>(FilePointer(ir_annotation_set)); in WriteAnnotationSetRefList()
212 dex::u4 WriteAnnotationSet(const ir::AnnotationSet* ir_annotation_set);