Searched refs:annotation_ (Results 1 – 6 of 6) sorted by relevance
/art/runtime/dex/ |
D | dex_file_annotations.cc | 174 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/ |
D | dex_ir.h | 1129 : visibility_(visibility), annotation_(annotation) { } in AnnotationItem() 1132 EncodedAnnotation* GetAnnotation() const { return annotation_.get(); } in GetAnnotation() 1138 std::unique_ptr<EncodedAnnotation> annotation_; variable
|
D | dex_ir.cc | 447 const uint8_t* annotation_data = annotation->annotation_; in CreateAnnotationItem()
|
/art/libdexfile/dex/ |
D | dex_file.h | 417 uint8_t annotation_[1]; member
|
D | dex_file_verifier.cc | 2553 const uint8_t* data = annotation->annotation_; in CheckInterAnnotationSetItem()
|
/art/dexdump/ |
D | dexdump.cc | 651 const u1* rData = annotation->annotation_; in dumpAnnotationSetItem()
|