Home
last modified time | relevance | path

Searched defs:annotation (Results 1 – 20 of 20) sorted by relevance

/art/tools/class2greylist/src/com/android/class2greylist/
DAnnotationHandler.java15 abstract void handleAnnotation(AnnotationEntry annotation, AnnotationContext context); in handleAnnotation()
17 protected Map<String, String> stringifyAnnotationProperties(AnnotationEntry annotation) { in stringifyAnnotationProperties()
DCovariantReturnTypeHandler.java45 public void handleAnnotation(AnnotationEntry annotation, AnnotationContext context) { in handleAnnotation()
52 private void handleAnnotation(AnnotationEntry annotation, AnnotatedMemberContext context) { in handleAnnotation()
DRepeatedAnnotationHandler.java28 public void handleAnnotation(AnnotationEntry annotation, AnnotationContext context) { in handleAnnotation()
DUnsupportedAppUsageAnnotationHandler.java87 public void handleAnnotation(AnnotationEntry annotation, AnnotationContext context) { in handleAnnotation()
/art/runtime/dex/
Ddex_file_annotations.cc194 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/
DAnnotationItem.java23 public EncodedAnnotation annotation; field in AnnotationItem
/art/tools/class2greylist/test/src/com/android/class2greylist/
DRepeatedAnnotationHandlerTest.java86 void handleAnnotation(AnnotationEntry annotation, in handleAnnotation()
/art/test/715-clinit-implicit-parameter-annotations/src/
DMain.java102 private static String annotationToNormalizedString(Annotation annotation) { in annotationToNormalizedString()
131 Annotation annotation = parameters[i].getDeclaredAnnotation(annotationClass); in DumpConstructorParameterAnnotations() local
/art/runtime/native/
Djava_lang_reflect_Executable.cc142 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/
Ddex_ir_builder.cc627 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
Ddex_writer.cc198 void DexWriter::WriteEncodedAnnotation(Stream* stream, dex_ir::EncodedAnnotation* annotation) { in WriteEncodedAnnotation()
369 for (auto& annotation : header_->AnnotationItems()) { in WriteAnnotations() local
Ddexlayout.cc492 void DexLayout::DumpEncodedAnnotation(dex_ir::EncodedAnnotation* annotation) { in DumpEncodedAnnotation()
Ddex_ir.h1108 AnnotationItem(uint8_t visibility, EncodedAnnotation* annotation) in AnnotationItem()
/art/libprofile/profile/
Dprofile_compilation_info.cc163 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
Dprofile_compilation_info_test.cc76 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()
Dprofile_compilation_info.h694 const ProfileSampleAnnotation& annotation) { in GetOrAddDexFileData()
/art/profman/
Dprofman.cc1059 ProfileSampleAnnotation annotation = annotation_string.empty() in ProcessLine() local
Dprofile_assistant_test.cc71 const ProfileCompilationInfo::ProfileSampleAnnotation& annotation in AddMethod()
/art/dexdump/
Ddexdump.cc668 const dex::AnnotationItem* annotation = pDexFile->GetAnnotationItem(set_item, i); in dumpAnnotationSetItem() local
/art/libdexfile/dex/
Ddex_file_verifier.cc2954 const dex::AnnotationItem* annotation = in CheckInterAnnotationSetItem() local