Home
last modified time | relevance | path

Searched refs:annotation_set_ref (Results 1 – 2 of 2) sorted by relevance

/art/dexlayout/
Ddex_writer.cc352 std::unique_ptr<dex_ir::AnnotationSetRefList>& annotation_set_ref = anno_set_ref_pair.second; in WriteAnnotationSetRefs() local
353 size[0] = annotation_set_ref->GetItems()->size(); in WriteAnnotationSetRefs()
354 size_t offset = annotation_set_ref->GetOffset(); in WriteAnnotationSetRefs()
356 for (dex_ir::AnnotationSetItem* annotation_set : *annotation_set_ref->GetItems()) { in WriteAnnotationSetRefs()
/art/runtime/
Ddex_file_annotations.cc1144 const DexFile::AnnotationSetRefItem* annotation_set_ref = &set_ref_list->list_[parameter_idx]; in GetAnnotationForMethodParameter() local
1146 dex_file->GetSetRefItemItem(annotation_set_ref); in GetAnnotationForMethodParameter()