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() 1004 DexFile::kDexVisibilityRuntime); in ProcessAnnotationSetRefList() 1026 DexFile::kDexVisibilityRuntime, in GetAnnotationForField() 1034 return ProcessAnnotationSet(field_class, annotation_set, DexFile::kDexVisibilityRuntime); in GetAnnotationsForField() 1055 field_class, annotation_set, DexFile::kDexVisibilityRuntime, annotation_class); in IsFieldAnnotationPresent() 1110 DexFile::kDexVisibilityRuntime, annotation_class); in GetAnnotationForMethod() 1117 DexFile::kDexVisibilityRuntime); in GetAnnotationsForMethod() 1183 DexFile::kDexVisibilityRuntime, in GetAnnotationForMethodParameter() 1366 "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 | 201 kDexVisibilityRuntime = 0x01, enumerator
|
D | dex_file_verifier.cc | 1835 case DexFile::kDexVisibilityRuntime: in CheckIntraAnnotationItem()
|
/art/dexdump/ |
D | dexdump.cc | 736 case DexFile::kDexVisibilityRuntime: fputs("VISIBILITY_RUNTIME ", gOutFile); break; in dumpAnnotationSetItem()
|
/art/dexlayout/ |
D | dexlayout.cc | 765 case DexFile::kDexVisibilityRuntime: fputs("VISIBILITY_RUNTIME ", out_file_); break; in DumpAnnotationSetItem()
|