Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DAnnotationItem.java23 public EncodedAnnotation annotation; field in AnnotationItem
/art/runtime/dex/
Ddex_file_annotations.cc193 const uint8_t* annotation = annotation_item->annotation_; in SearchAnnotationSet() local
210 const uint8_t* annotation = *annotation_ptr; in SkipAnnotationValue() local
269 const uint8_t* annotation, in SearchEncodedAnnotation()
356 ObjPtr<mirror::Object> ProcessEncodedAnnotation(const ClassData& klass, const uint8_t** annotation) in ProcessEncodedAnnotation()
424 const uint8_t* annotation = *annotation_ptr; in ProcessAnnotationValue() local
698 const uint8_t** annotation) { in CreateAnnotationMember()
769 const uint8_t* annotation = annotation_item->annotation_; in GetAnnotationItemFromAnnotationSet() local
804 const uint8_t* annotation = annotation_item->annotation_; in GetAnnotationObjectFromAnnotationSet() local
815 const uint8_t* annotation = in GetAnnotationValue() local
949 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/libprofile/profile/
Dprofile_compilation_info.cc621 const ProfileSampleAnnotation& annotation) { in GetProfileDexFileAugmentedKey()
680 const ProfileSampleAnnotation& annotation, in AddMethods()
732 const ProfileSampleAnnotation& annotation) { in AddClass()
1320 const ProfileSampleAnnotation& annotation, in AddMethod()
2469 const ProfileSampleAnnotation& annotation) { in GetClassDescriptors()
3055 ProfileSampleAnnotation annotation = GetAnnotationFromKey(dex_data->profile_key); in ExtractProfileData() local
Dprofile_compilation_info.h955 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.cc1408 ProfileSampleAnnotation annotation = annotation_string.empty() in ProcessLine() local
/art/libdexfile/dex/
Ddex_file_verifier.cc3128 const dex::AnnotationItem* annotation = OffsetToPtr<dex::AnnotationItem>(*offsets); in CheckInterAnnotationSetItem() local