Home
last modified time | relevance | path

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

1234

/aosp_15_r20/tools/dexter/slicer/export/slicer/
H A Ddex_ir.h75 struct AnnotationSetRefList;
286 struct AnnotationSetRefList : public Node { struct
310 AnnotationSetRefList* annotations; argument
392 std::vector<own<AnnotationSetRefList>> annotation_set_ref_lists;
476 void Track(AnnotationSetRefList* p) { PushOwn(annotation_set_ref_lists, p); } in Track()
H A Dreader.h79 ir::AnnotationSetRefList* ExtractAnnotationSetRefList(dex::u4 offset);
H A Ddex_format.h340 struct AnnotationSetRefList { struct
H A Dwriter.h216 dex::u4 WriteAnnotationSetRefList(const ir::AnnotationSetRefList* ir_annotation_set_ref_list);
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DMapList.java123 new ArrayList<AnnotationSetRefList>(mapItem.size); in read()
125 AnnotationSetRefList newAnnotationSetRefList = new AnnotationSetRefList(); in read()
H A DRawDexFile.java47 public List<AnnotationSetRefList> annotationSetRefLists;
222 for (AnnotationSetRefList annotationSetRefList : annotationSetRefLists) { in write()
H A DAnnotationSetRefList.java21 public class AnnotationSetRefList implements RawDexObject { class
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Ddex_file_structs.h250 struct AnnotationSetRefList { struct
255 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList); argument
Ddex_file.h625 const dex::AnnotationSetRefList* GetParameterAnnotationSetRefList( in GetParameterAnnotationSetRefList()
627 return DataPointer<dex::AnnotationSetRefList>(anno_item->annotations_off_); in GetParameterAnnotationSetRefList()
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Ddex_file_structs.h250 struct AnnotationSetRefList { struct
255 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList); argument
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Ddex_file_structs.h250 struct AnnotationSetRefList { struct
255 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList); argument
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Ddex_file_structs.h250 struct AnnotationSetRefList { struct
255 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList); argument
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/
Ddex_file_structs.h250 struct AnnotationSetRefList { struct
255 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList); argument
Ddex_file.h619 const dex::AnnotationSetRefList* GetParameterAnnotationSetRefList( in GetParameterAnnotationSetRefList()
621 return DataPointer<dex::AnnotationSetRefList>(anno_item->annotations_off_); in GetParameterAnnotationSetRefList()
/aosp_15_r20/art/libdexfile/dex/
H A Ddex_file_structs.h250 struct AnnotationSetRefList { struct
255 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList); argument
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Ddex_file_structs.h250 struct AnnotationSetRefList { struct
255 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList); argument
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Ddex_file_structs.h250 struct AnnotationSetRefList { struct
255 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList); argument
Ddex_file.h661 const dex::AnnotationSetRefList* GetParameterAnnotationSetRefList( in GetParameterAnnotationSetRefList()
663 return DataPointer<dex::AnnotationSetRefList>(anno_item->annotations_off_); in GetParameterAnnotationSetRefList()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/raw/util/
H A DDexAnnotator.java36 import com.android.tools.smali.dexlib2.dexbacked.raw.AnnotationSetRefList;
148 … annotators.put(mapItem.getType(), AnnotationSetRefList.makeAnnotator(this, mapItem)); in DexAnnotator()
/aosp_15_r20/tools/dexter/testdata/expected/
H A Dmedium.map10 AnnotationSetRefList : 29720, 144 [33]
H A Dlarge.map10 AnnotationSetRefList : 190b38, 73a0 [2257]
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/raw/
H A DAnnotationSetRefList.java40 public class AnnotationSetRefList { class
H A DAnnotationDirectoryItem.java110 … out.annotate(4, "%s", AnnotationSetRefList.getReferenceAnnotation(dexFile, annotationOffset)); in makeAnnotator()
/aosp_15_r20/tools/dexter/slicer/
H A Dreader.cc391 ir::AnnotationSetRefList* Reader::ExtractAnnotationSetRefList(dex::u4 offset) { in ExtractAnnotationSetRefList()
394 auto dex_annotation_set_ref_list = dataPtr<dex::AnnotationSetRefList>(offset); in ExtractAnnotationSetRefList()
395 auto ir_annotation_set_ref_list = dex_ir_->Alloc<ir::AnnotationSetRefList>(); in ExtractAnnotationSetRefList()
/aosp_15_r20/art/runtime/dex/
H A Ddex_file_annotations.cc52 using dex::AnnotationSetRefList;
987 const AnnotationSetRefList* set_ref_list, in ProcessAnnotationSetRefList()
1142 const AnnotationSetRefList* set_ref_list = in GetParameterAnnotations()
1158 const AnnotationSetRefList* set_ref_list = in GetNumberOfAnnotatedMethodParameters()
1174 const AnnotationSetRefList* set_ref_list = in GetAnnotationForMethodParameter()

1234