/art/tools/class2greylist/src/com/android/class2greylist/ |
D | AnnotationHandler.java | 15 abstract void handleAnnotation(AnnotationEntry annotation, AnnotationContext context); in handleAnnotation() 17 protected Map<String, String> stringifyAnnotationProperties(AnnotationEntry annotation) { in stringifyAnnotationProperties()
|
D | CovariantReturnTypeHandler.java | 45 public void handleAnnotation(AnnotationEntry annotation, AnnotationContext context) { in handleAnnotation() 52 private void handleAnnotation(AnnotationEntry annotation, AnnotatedMemberContext context) { in handleAnnotation()
|
D | RepeatedAnnotationHandler.java | 28 public void handleAnnotation(AnnotationEntry annotation, AnnotationContext context) { in handleAnnotation()
|
D | UnsupportedAppUsageAnnotationHandler.java | 87 public void handleAnnotation(AnnotationEntry annotation, AnnotationContext context) { in handleAnnotation()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 194 const uint8_t* annotation = annotation_item->annotation_; in SearchAnnotationSet() local 207 const uint8_t* annotation = *annotation_ptr; in SkipAnnotationValue() local 266 const uint8_t* annotation, in SearchEncodedAnnotation() 353 ObjPtr<mirror::Object> ProcessEncodedAnnotation(const ClassData& klass, const uint8_t** annotation) in ProcessEncodedAnnotation() 426 const uint8_t* annotation = *annotation_ptr; in ProcessAnnotationValue() local 700 const uint8_t** annotation) { in CreateAnnotationMember() 772 const uint8_t* annotation = annotation_item->annotation_; in GetAnnotationItemFromAnnotationSet() local 807 const uint8_t* annotation = annotation_item->annotation_; in GetAnnotationObjectFromAnnotationSet() local 818 const uint8_t* annotation = in GetAnnotationValue() local 921 const uint8_t* annotation = annotation_item->annotation_; in ProcessAnnotationSet() local [all …]
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | AnnotationItem.java | 23 public EncodedAnnotation annotation; field in AnnotationItem
|
/art/tools/class2greylist/test/src/com/android/class2greylist/ |
D | RepeatedAnnotationHandlerTest.java | 86 void handleAnnotation(AnnotationEntry annotation, in handleAnnotation()
|
/art/test/715-clinit-implicit-parameter-annotations/src/ |
D | Main.java | 102 private static String annotationToNormalizedString(Annotation annotation) { in annotationToNormalizedString() 131 Annotation annotation = parameters[i].getDeclaredAnnotation(annotationClass); in DumpConstructorParameterAnnotations() local
|
/art/runtime/native/ |
D | java_lang_reflect_Executable.cc | 142 ObjPtr<mirror::Object> annotation = annotations->GetWithoutChecks(i); in Executable_getParameterAnnotationsNative() local 150 ObjPtr<mirror::Object> annotation = annotations->GetWithoutChecks(i - offset); in Executable_getParameterAnnotationsNative() local
|
/art/dexlayout/ |
D | dex_ir_builder.cc | 627 const dex::AnnotationItem* annotation = dex_file.GetAnnotationItemAtOffset(current_offset); in AddAnnotationsFromMapListSection() local 673 const dex::AnnotationItem* annotation) { in CreateAnnotationItem() 703 const dex::AnnotationItem* annotation = in CreateAnnotationSetItem() local
|
D | dex_writer.cc | 198 void DexWriter::WriteEncodedAnnotation(Stream* stream, dex_ir::EncodedAnnotation* annotation) { in WriteEncodedAnnotation() 369 for (auto& annotation : header_->AnnotationItems()) { in WriteAnnotations() local
|
D | dexlayout.cc | 492 void DexLayout::DumpEncodedAnnotation(dex_ir::EncodedAnnotation* annotation) { in DumpEncodedAnnotation()
|
D | dex_ir.h | 1108 AnnotationItem(uint8_t visibility, EncodedAnnotation* annotation) in AnnotationItem()
|
/art/libprofile/profile/ |
D | profile_compilation_info.cc | 163 const ProfileSampleAnnotation& annotation) { in GetProfileDexFileAugmentedKey() 210 const ProfileSampleAnnotation& annotation) { in AddMethods() 716 const ProfileSampleAnnotation& annotation) { in AddMethod() 2120 const ProfileSampleAnnotation& annotation) { in GetClassDescriptors() 2319 ProfileSampleAnnotation annotation = GetAnnotationFromKey(dex_data->profile_key); in ExtractProfileData() local
|
D | profile_compilation_info_test.cc | 76 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) { in AddMethod() 86 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) { in AddMethod() 96 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) { in AddClass() 109 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) { in GetMethod()
|
D | profile_compilation_info.h | 694 const ProfileSampleAnnotation& annotation) { in GetOrAddDexFileData()
|
/art/profman/ |
D | profman.cc | 1059 ProfileSampleAnnotation annotation = annotation_string.empty() in ProcessLine() local
|
D | profile_assistant_test.cc | 71 const ProfileCompilationInfo::ProfileSampleAnnotation& annotation in AddMethod()
|
/art/dexdump/ |
D | dexdump.cc | 668 const dex::AnnotationItem* annotation = pDexFile->GetAnnotationItem(set_item, i); in dumpAnnotationSetItem() local
|
/art/libdexfile/dex/ |
D | dex_file_verifier.cc | 2954 const dex::AnnotationItem* annotation = in CheckInterAnnotationSetItem() local
|