Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc194 const uint8_t* annotation = annotation_item->annotation_; in SearchAnnotationSet()
793 const uint8_t* annotation = annotation_item->annotation_; in GetAnnotationItemFromAnnotationSet()
828 const uint8_t* annotation = annotation_item->annotation_; in GetAnnotationObjectFromAnnotationSet()
840 SearchEncodedAnnotation(dex_file, annotation_item->annotation_, annotation_name); in GetAnnotationValue()
942 const uint8_t* annotation = annotation_item->annotation_; in ProcessAnnotationSet()
1071 SearchEncodedAnnotation(*dex_file, annotation_item->annotation_, "value"); in GetAnnotationDefaultValue()
1281 const uint8_t* annotation = annotation_item->annotation_; in IsMethodBuildAnnotationPresent()
1590 SearchEncodedAnnotation(data.GetDexFile(), annotation_item->annotation_, "value"); in GetEnclosingClass()
1649 SearchEncodedAnnotation(data.GetDexFile(), annotation_item->annotation_, "name"); in GetInnerClass()
1682 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.cc2960 const uint8_t* data = annotation->annotation_; in CheckInterAnnotationSetItem()
/art/dexlayout/
Ddex_ir.h1109 : visibility_(visibility), annotation_(annotation) { } in AnnotationItem()
1112 EncodedAnnotation* GetAnnotation() const { return annotation_.get(); } in GetAnnotation()
1118 std::unique_ptr<EncodedAnnotation> annotation_; variable
Ddex_ir_builder.cc679 const uint8_t* annotation_data = annotation->annotation_; in CreateAnnotationItem()
/art/dexdump/
Ddexdump.cc641 const u1* rData = annotation->annotation_; in dumpAnnotationSetItem()