Home
last modified time | relevance | path

Searched refs:kDexVisibilityRuntime (Results 1 – 6 of 6) sorted by relevance

/aosp12/art/runtime/dex/
H A Ddex_file_annotations.cc143 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 Ddex_file_annotations.h79 uint32_t visibility = DexFile::kDexVisibilityRuntime)
/aosp12/art/libdexfile/dex/
H A Ddex_file.h164 kDexVisibilityRuntime = 0x01, enumerator
H A Ddex_file_verifier.cc1840 case DexFile::kDexVisibilityRuntime: in CheckIntraAnnotationItem()
/aosp12/art/dexdump/
H A Ddexdump.cc675 case DexFile::kDexVisibilityRuntime: fputs("VISIBILITY_RUNTIME ", gOutFile); break; in dumpAnnotationSetItem()
/aosp12/art/dexlayout/
H A Ddexlayout.cc695 case DexFile::kDexVisibilityRuntime: fputs("VISIBILITY_RUNTIME ", out_file_); break; in DumpAnnotationSetItem()