Searched refs:kDexVisibilityRuntime (Results 1 – 6 of 6) sorted by relevance
/aosp12/art/runtime/dex/ |
H A D | dex_file_annotations.cc | 143 if (expected == DexFile::kDexVisibilityRuntime) { in IsVisibilityCompatible() 145 return actual == DexFile::kDexVisibilityRuntime || actual == DexFile::kDexVisibilityBuild; in IsVisibilityCompatible() 998 DexFile::kDexVisibilityRuntime, in GetAnnotationForField() 1006 return ProcessAnnotationSet(field_class, annotation_set, DexFile::kDexVisibilityRuntime); in GetAnnotationsForField() 1027 field_class, annotation_set, DexFile::kDexVisibilityRuntime, annotation_class); in IsFieldAnnotationPresent() 1089 DexFile::kDexVisibilityRuntime); in GetAnnotationsForMethod() 1155 DexFile::kDexVisibilityRuntime, in GetAnnotationForMethodParameter() 1441 "Ldalvik/annotation/optimization/DeadReferenceSafe;", DexFile::kDexVisibilityRuntime); in HasDeadReferenceSafeAnnotation() 1454 DexFile::kDexVisibilityRuntime, in GetAnnotationForClass() 1461 return ProcessAnnotationSet(data, annotation_set, DexFile::kDexVisibilityRuntime); in GetAnnotationsForClass() [all …]
|
H A D | dex_file_annotations.h | 79 uint32_t visibility = DexFile::kDexVisibilityRuntime)
|
/aosp12/art/libdexfile/dex/ |
H A D | dex_file.h | 164 kDexVisibilityRuntime = 0x01, enumerator
|
H A D | dex_file_verifier.cc | 1840 case DexFile::kDexVisibilityRuntime: in CheckIntraAnnotationItem()
|
/aosp12/art/dexdump/ |
H A D | dexdump.cc | 675 case DexFile::kDexVisibilityRuntime: fputs("VISIBILITY_RUNTIME ", gOutFile); break; in dumpAnnotationSetItem()
|
/aosp12/art/dexlayout/ |
H A D | dexlayout.cc | 695 case DexFile::kDexVisibilityRuntime: fputs("VISIBILITY_RUNTIME ", out_file_); break; in DumpAnnotationSetItem()
|