Searched refs:annotation_set_ref (Results 1 – 2 of 2) sorted by relevance
407 for (std::unique_ptr<dex_ir::AnnotationSetRefList>& annotation_set_ref : in WriteAnnotationSetRefs()410 size[0] = annotation_set_ref->GetItems()->size(); in WriteAnnotationSetRefs()411 ProcessOffset(stream, annotation_set_ref.get()); in WriteAnnotationSetRefs()413 for (dex_ir::AnnotationSetItem* annotation_set : *annotation_set_ref->GetItems()) { in WriteAnnotationSetRefs()
1156 const DexFile::AnnotationSetRefItem* annotation_set_ref = &set_ref_list->list_[parameter_idx]; in GetAnnotationForMethodParameter() local1158 dex_file->GetSetRefItemItem(annotation_set_ref); in GetAnnotationForMethodParameter()