Searched refs:kDexVisibilityRuntime (Results 1 – 6 of 6) sorted by relevance
/art/runtime/dex/ |
D | dex_file_annotations.cc | 143 if (expected == DexFile::kDexVisibilityRuntime) { in IsVisibilityCompatible() 145 return actual == DexFile::kDexVisibilityRuntime || actual == DexFile::kDexVisibilityBuild; in IsVisibilityCompatible() 997 DexFile::kDexVisibilityRuntime); in ProcessAnnotationSetRefList() 1019 DexFile::kDexVisibilityRuntime, in GetAnnotationForField() 1027 return ProcessAnnotationSet(field_class, annotation_set, DexFile::kDexVisibilityRuntime); in GetAnnotationsForField() 1048 field_class, annotation_set, DexFile::kDexVisibilityRuntime, annotation_class); in IsFieldAnnotationPresent() 1103 DexFile::kDexVisibilityRuntime, annotation_class); in GetAnnotationForMethod() 1110 DexFile::kDexVisibilityRuntime); in GetAnnotationsForMethod() 1176 DexFile::kDexVisibilityRuntime, in GetAnnotationForMethodParameter() 1329 "Ldalvik/annotation/optimization/ReachabilitySensitive;", DexFile::kDexVisibilityRuntime); in FieldIsReachabilitySensitive() [all …]
|
D | dex_file_annotations.h | 79 uint32_t visibility = DexFile::kDexVisibilityRuntime)
|
/art/libdexfile/dex/ |
D | dex_file.h | 163 kDexVisibilityRuntime = 0x01, enumerator
|
D | dex_file_verifier.cc | 1844 case DexFile::kDexVisibilityRuntime: in CheckIntraAnnotationItem()
|
/art/dexdump/ |
D | dexdump.cc | 636 case DexFile::kDexVisibilityRuntime: fputs("VISIBILITY_RUNTIME ", gOutFile); break; in dumpAnnotationSetItem()
|
/art/dexlayout/ |
D | dexlayout.cc | 695 case DexFile::kDexVisibilityRuntime: fputs("VISIBILITY_RUNTIME ", out_file_); break; in DumpAnnotationSetItem()
|