Searched refs:annotation_set_ref (Results 1 – 2 of 2) sorted by relevance
404 for (auto& annotation_set_ref : header_->AnnotationSetRefLists()) { in WriteAnnotationSetRefs() local406 size[0] = annotation_set_ref->GetItems()->size(); in WriteAnnotationSetRefs()407 ProcessOffset(stream, annotation_set_ref.get()); in WriteAnnotationSetRefs()409 for (dex_ir::AnnotationSetItem* annotation_set : *annotation_set_ref->GetItems()) { in WriteAnnotationSetRefs()
1168 const AnnotationSetRefItem* annotation_set_ref = &set_ref_list->list_[parameter_idx]; in GetAnnotationForMethodParameter() local1170 dex_file->GetSetRefItemItem(annotation_set_ref); in GetAnnotationForMethodParameter()