Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DAnnotationItem.java23 public EncodedAnnotation annotation; field in AnnotationItem
/art/runtime/dex/
Ddex_file_annotations.cc194 const uint8_t* annotation = annotation_item->annotation_; in SearchAnnotationSet() local
211 const uint8_t* annotation = *annotation_ptr; in SkipAnnotationValue() local
270 const uint8_t* annotation, in SearchEncodedAnnotation()
357 ObjPtr<mirror::Object> ProcessEncodedAnnotation(const ClassData& klass, const uint8_t** annotation) in ProcessEncodedAnnotation()
425 const uint8_t* annotation = *annotation_ptr; in ProcessAnnotationValue() local
699 const uint8_t** annotation) { in CreateAnnotationMember()
770 const uint8_t* annotation = annotation_item->annotation_; in GetAnnotationItemFromAnnotationSet() local
805 const uint8_t* annotation = annotation_item->annotation_; in GetAnnotationObjectFromAnnotationSet() local
816 const uint8_t* annotation = in GetAnnotationValue() local
950 const uint8_t* annotation = annotation_item->annotation_; in ProcessAnnotationSet() local
[all …]
/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.cc196 void DexWriter::WriteEncodedAnnotation(Stream* stream, dex_ir::EncodedAnnotation* annotation) { in WriteEncodedAnnotation()
367 for (auto& annotation : header_->AnnotationItems()) { in WriteAnnotations() local
Ddexlayout.cc562 void DexLayout::DumpEncodedAnnotation(dex_ir::EncodedAnnotation* annotation) { in DumpEncodedAnnotation()
Ddex_ir.h1116 AnnotationItem(uint8_t visibility, EncodedAnnotation* annotation) in AnnotationItem()
/art/libprofile/profile/
Dprofile_compilation_info.cc617 const ProfileSampleAnnotation& annotation) { in GetProfileDexFileAugmentedKey()
676 const ProfileSampleAnnotation& annotation) { in AddMethods()
728 const ProfileSampleAnnotation& annotation) { in AddClass()
1316 const ProfileSampleAnnotation& annotation) { in AddMethod()
2434 const ProfileSampleAnnotation& annotation) { in GetClassDescriptors()
2984 ProfileSampleAnnotation annotation = GetAnnotationFromKey(dex_data->profile_key); in ExtractProfileData() local
Dprofile_compilation_info.h961 const ProfileSampleAnnotation& annotation) { in GetOrAddDexFileData()
Dprofile_compilation_info_test.cc71 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) { in GetMethod()
982 ProfileCompilationInfo::ProfileSampleAnnotation annotation("test.package"); in TEST_F() local
/art/runtime/jit/
Dprofile_saver.cc334 const ProfileCompilationInfo::ProfileSampleAnnotation& annotation) in GetClassesAndMethodsHelper()
/art/dexdump/
Ddexdump.cc729 const dex::AnnotationItem* annotation = pDexFile->GetAnnotationItem(set_item, i); in dumpAnnotationSetItem() local
/art/profman/
Dprofman.cc1382 ProfileSampleAnnotation annotation = annotation_string.empty() in ProcessLine() local
/art/libdexfile/dex/
Ddex_file_verifier.cc2948 const dex::AnnotationItem* annotation = in CheckInterAnnotationSetItem() local