Searched refs:annotation_ (Results 1 – 5 of 5) sorted by relevance
/art/runtime/dex/ |
D | dex_file_annotations.cc | 193 const uint8_t* annotation = annotation_item->annotation_; in SearchAnnotationSet() 769 const uint8_t* annotation = annotation_item->annotation_; in GetAnnotationItemFromAnnotationSet() 804 const uint8_t* annotation = annotation_item->annotation_; in GetAnnotationObjectFromAnnotationSet() 816 SearchEncodedAnnotation(dex_file, annotation_item->annotation_, annotation_name); in GetAnnotationValue() 949 const uint8_t* annotation = annotation_item->annotation_; in ProcessAnnotationSet() 1077 SearchEncodedAnnotation(*dex_file, annotation_item->annotation_, "value"); in GetAnnotationDefaultValue() 1287 const uint8_t* annotation = annotation_item->annotation_; in IsMethodBuildAnnotationPresent() 1595 SearchEncodedAnnotation(data.GetDexFile(), annotation_item->annotation_, "value"); in GetEnclosingClass() 1654 SearchEncodedAnnotation(data.GetDexFile(), annotation_item->annotation_, "name"); in GetInnerClass() 1687 SearchEncodedAnnotation(data.GetDexFile(), annotation_item->annotation_, "accessFlags"); in GetInnerClassFlags() [all …]
|
/art/libdexfile/dex/ |
D | dex_file_structs.h | 268 uint8_t annotation_[1]; member
|
D | dex_file_verifier.cc | 3129 const uint8_t* data = annotation->annotation_; in CheckInterAnnotationSetItem()
|
/art/runtime/jit/ |
D | profile_saver.cc | 339 annotation_(annotation), in GetClassesAndMethodsHelper() 420 const ProfileCompilationInfo::ProfileSampleAnnotation annotation_; member in art::ProfileSaver::GetClassesAndMethodsHelper 631 profile_info->FindOrAddDexFile(*dex_file, annotation_); in UpdateProfile() 689 profile_info->FindOrAddDexFile(*dex_file, annotation_); in UpdateProfile()
|
/art/dexdump/ |
D | dexdump.cc | 741 const u1* rData = annotation->annotation_; in dumpAnnotationSetItem()
|