Home
last modified time | relevance | path

Searched refs:AnnotationSetRefList (Results 1 – 12 of 12) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DAnnotationSetRefList.java21 public class AnnotationSetRefList implements RawDexObject { class
DMapList.java123 new ArrayList<AnnotationSetRefList>(mapItem.size); in read()
125 AnnotationSetRefList newAnnotationSetRefList = new AnnotationSetRefList(); in read()
DRawDexFile.java47 public List<AnnotationSetRefList> annotationSetRefLists;
222 for (AnnotationSetRefList annotationSetRefList : annotationSetRefLists) { in write()
/art/libdexfile/dex/
Ddex_file_structs.h250 struct AnnotationSetRefList { struct
255 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList); argument
Ddex_file.h603 const dex::AnnotationSetRefList* GetParameterAnnotationSetRefList( in GetParameterAnnotationSetRefList()
605 return DataPointer<dex::AnnotationSetRefList>(anno_item->annotations_off_); in GetParameterAnnotationSetRefList()
Ddex_file_verifier.cc2926 const dex::AnnotationSetRefList* list = reinterpret_cast<const dex::AnnotationSetRefList*>(ptr_); in CheckInterAnnotationSetRefList()
/art/dexlayout/
Ddex_verify.h65 bool VerifyAnnotationSetRefList(dex_ir::AnnotationSetRefList* orig,
66 dex_ir::AnnotationSetRefList* output,
Ddex_ir.h41 class AnnotationSetRefList; variable
103 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() function
1145 ~AnnotationSetRefList() override { } in ~AnnotationSetRefList()
1154 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList);
1193 ParameterAnnotation(MethodId* method_id, AnnotationSetRefList* annotations) in ParameterAnnotation()
[all …]
Ddex_ir_builder.cc211 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()
Ddex_verify.cc450 bool VerifyAnnotationSetRefList(dex_ir::AnnotationSetRefList* orig, in VerifyAnnotationSetRefList()
451 dex_ir::AnnotationSetRefList* output, in VerifyAnnotationSetRefList()
/art/runtime/dex/
Ddex_file_annotations.cc52 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()
/art/dexdump/
Ddexdump.cc738 const dex::AnnotationSetRefList* in dumpClassAnnotations()