Home
last modified time | relevance | path

Searched refs:annotation_ (Results 1 – 5 of 5) sorted by relevance

/art/runtime/dex/
Ddex_file_annotations.cc193 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/
Ddex_file_structs.h268 uint8_t annotation_[1]; member
Ddex_file_verifier.cc3129 const uint8_t* data = annotation->annotation_; in CheckInterAnnotationSetItem()
/art/runtime/jit/
Dprofile_saver.cc339 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/
Ddexdump.cc741 const u1* rData = annotation->annotation_; in dumpAnnotationSetItem()