Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.cc553 AnnotationSetRefList* set_ref_list = annotation_set_ref_lists_map_.GetExistingObject(offset); in GenerateParameterAnnotation()
563 AddItem(annotation_set_ref_lists_map_, annotation_set_ref_lists_, set_ref_list, offset); in GenerateParameterAnnotation()
840 annotation_set_ref_lists_.SortByMapOrder(annotation_set_ref_lists_map_.Collection()); in SortVectorsByMapOrder()
Ddex_ir.h462 CollectionMap<AnnotationSetRefList> annotation_set_ref_lists_map_; variable