Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc174 const uint8_t* annotation = annotation_item->annotation_; in SearchAnnotationSet()
777 const uint8_t* annotation = annotation_item->annotation_; in GetAnnotationItemFromAnnotationSet()
813 const uint8_t* annotation = annotation_item->annotation_; in GetAnnotationObjectFromAnnotationSet()
825 SearchEncodedAnnotation(dex_file, annotation_item->annotation_, annotation_name); in GetAnnotationValue()
932 const uint8_t* annotation = annotation_item->annotation_; in ProcessAnnotationSet()
1059 SearchEncodedAnnotation(*dex_file, annotation_item->annotation_, "value"); in GetAnnotationDefaultValue()
1272 const uint8_t* annotation = annotation_item->annotation_; in IsMethodBuildAnnotationPresent()
1397 SearchEncodedAnnotation(data.GetDexFile(), annotation_item->annotation_, "value"); in GetEnclosingClass()
1456 SearchEncodedAnnotation(data.GetDexFile(), annotation_item->annotation_, "name"); in GetInnerClass()
1489 SearchEncodedAnnotation(data.GetDexFile(), annotation_item->annotation_, "accessFlags"); in GetInnerClassFlags()
[all …]
/art/dexlayout/
Ddex_ir.h1129 : visibility_(visibility), annotation_(annotation) { } in AnnotationItem()
1132 EncodedAnnotation* GetAnnotation() const { return annotation_.get(); } in GetAnnotation()
1138 std::unique_ptr<EncodedAnnotation> annotation_; variable
Ddex_ir.cc447 const uint8_t* annotation_data = annotation->annotation_; in CreateAnnotationItem()
/art/libdexfile/dex/
Ddex_file.h417 uint8_t annotation_[1]; member
Ddex_file_verifier.cc2553 const uint8_t* data = annotation->annotation_; in CheckInterAnnotationSetItem()
/art/dexdump/
Ddexdump.cc651 const u1* rData = annotation->annotation_; in dumpAnnotationSetItem()