/aosp_15_r20/tools/dexter/slicer/export/slicer/ |
H A D | dex_ir.h | 75 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 D | reader.h | 79 ir::AnnotationSetRefList* ExtractAnnotationSetRefList(dex::u4 offset);
|
H A D | dex_format.h | 340 struct AnnotationSetRefList { struct
|
H A D | writer.h | 216 dex::u4 WriteAnnotationSetRefList(const ir::AnnotationSetRefList* ir_annotation_set_ref_list);
|
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
H A D | MapList.java | 123 new ArrayList<AnnotationSetRefList>(mapItem.size); in read() 125 AnnotationSetRefList newAnnotationSetRefList = new AnnotationSetRefList(); in read()
|
H A D | RawDexFile.java | 47 public List<AnnotationSetRefList> annotationSetRefLists; 222 for (AnnotationSetRefList annotationSetRefList : annotationSetRefLists) { in write()
|
H A D | AnnotationSetRefList.java | 21 public class AnnotationSetRefList implements RawDexObject { class
|
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/ |
D | dex_file_structs.h | 250 struct AnnotationSetRefList { struct 255 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList); argument
|
D | dex_file.h | 625 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/ |
D | dex_file_structs.h | 250 struct AnnotationSetRefList { struct 255 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList); argument
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/ |
D | dex_file_structs.h | 250 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/ |
D | dex_file_structs.h | 250 struct AnnotationSetRefList { struct 255 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList); argument
|
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/ |
D | dex_file_structs.h | 250 struct AnnotationSetRefList { struct 255 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList); argument
|
D | dex_file.h | 619 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 D | dex_file_structs.h | 250 struct AnnotationSetRefList { struct 255 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList); argument
|
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/ |
D | dex_file_structs.h | 250 struct AnnotationSetRefList { struct 255 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList); argument
|
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/ |
D | dex_file_structs.h | 250 struct AnnotationSetRefList { struct 255 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList); argument
|
D | dex_file.h | 661 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 D | DexAnnotator.java | 36 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 D | medium.map | 10 AnnotationSetRefList : 29720, 144 [33]
|
H A D | large.map | 10 AnnotationSetRefList : 190b38, 73a0 [2257]
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/raw/ |
H A D | AnnotationSetRefList.java | 40 public class AnnotationSetRefList { class
|
H A D | AnnotationDirectoryItem.java | 110 … out.annotate(4, "%s", AnnotationSetRefList.getReferenceAnnotation(dexFile, annotationOffset)); in makeAnnotator()
|
/aosp_15_r20/tools/dexter/slicer/ |
H A D | reader.cc | 391 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 D | dex_file_annotations.cc | 52 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()
|