Searched refs:AnnotationSetRefList (Results 1 – 12 of 12) sorted by relevance
21 public class AnnotationSetRefList implements RawDexObject { class
123 new ArrayList<AnnotationSetRefList>(mapItem.size); in read()125 AnnotationSetRefList newAnnotationSetRefList = new AnnotationSetRefList(); in read()
47 public List<AnnotationSetRefList> annotationSetRefLists;222 for (AnnotationSetRefList annotationSetRefList : annotationSetRefLists) { in write()
250 struct AnnotationSetRefList { struct255 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList); argument
619 const dex::AnnotationSetRefList* GetParameterAnnotationSetRefList( in GetParameterAnnotationSetRefList()621 return DataPointer<dex::AnnotationSetRefList>(anno_item->annotations_off_); in GetParameterAnnotationSetRefList()
2925 const dex::AnnotationSetRefList* list = reinterpret_cast<const dex::AnnotationSetRefList*>(ptr_); in CheckInterAnnotationSetRefList()
65 bool VerifyAnnotationSetRefList(dex_ir::AnnotationSetRefList* orig,66 dex_ir::AnnotationSetRefList* output,
41 class AnnotationSetRefList; variable103 virtual void Dispatch(AnnotationSetRefList* annotation_set_ref_list) = 0;470 CollectionVector<AnnotationSetRefList>& AnnotationSetRefLists() { in AnnotationSetRefLists()473 const CollectionVector<AnnotationSetRefList>& AnnotationSetRefLists() const { in AnnotationSetRefLists()563 IndexedCollectionVector<AnnotationSetRefList> annotation_set_ref_lists_;1140 class AnnotationSetRefList : public Item {1142 explicit AnnotationSetRefList(std::vector<AnnotationSetItem*>* items) : items_(items) { in AnnotationSetRefList() function1145 ~AnnotationSetRefList() override { } in ~AnnotationSetRefList()1154 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList);1193 ParameterAnnotation(MethodId* method_id, AnnotationSetRefList* annotations) in ParameterAnnotation()[all …]
211 const dex::AnnotationSetRefList* annotation_set_ref_list,238 CollectionMap<AnnotationSetRefList> annotation_set_ref_lists_map_;773 const dex::AnnotationSetRefList* list = in CreateAnnotationsDirectoryItem()1242 const dex::AnnotationSetRefList* annotation_set_ref_list, in GenerateParameterAnnotation()1244 AnnotationSetRefList* set_ref_list = annotation_set_ref_lists_map_.GetExistingObject(offset); in GenerateParameterAnnotation()
450 bool VerifyAnnotationSetRefList(dex_ir::AnnotationSetRefList* orig, in VerifyAnnotationSetRefList()451 dex_ir::AnnotationSetRefList* output, in VerifyAnnotationSetRefList()
52 using dex::AnnotationSetRefList;951 const AnnotationSetRefList* set_ref_list, in ProcessAnnotationSetRefList()1107 const AnnotationSetRefList* set_ref_list = in GetParameterAnnotations()1123 const AnnotationSetRefList* set_ref_list = in GetNumberOfAnnotatedMethodParameters()1139 const AnnotationSetRefList* set_ref_list = in GetAnnotationForMethodParameter()
738 const dex::AnnotationSetRefList* in dumpClassAnnotations()