Searched refs:annotation_ (Results 1 – 6 of 6) sorted by relevance
/art/runtime/dex/ |
D | dex_file_annotations.cc | 194 const uint8_t* annotation = annotation_item->annotation_; in SearchAnnotationSet() 772 const uint8_t* annotation = annotation_item->annotation_; in GetAnnotationItemFromAnnotationSet() 807 const uint8_t* annotation = annotation_item->annotation_; in GetAnnotationObjectFromAnnotationSet() 819 SearchEncodedAnnotation(dex_file, annotation_item->annotation_, annotation_name); in GetAnnotationValue() 921 const uint8_t* annotation = annotation_item->annotation_; in ProcessAnnotationSet() 1050 SearchEncodedAnnotation(*dex_file, annotation_item->annotation_, "value"); in GetAnnotationDefaultValue() 1260 const uint8_t* annotation = annotation_item->annotation_; in IsMethodBuildAnnotationPresent() 1569 SearchEncodedAnnotation(data.GetDexFile(), annotation_item->annotation_, "value"); in GetEnclosingClass() 1628 SearchEncodedAnnotation(data.GetDexFile(), annotation_item->annotation_, "name"); in GetInnerClass() 1661 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 | 2956 const uint8_t* data = annotation->annotation_; in CheckInterAnnotationSetItem()
|
/art/dexlayout/ |
D | dex_ir.h | 1109 : visibility_(visibility), annotation_(annotation) { } in AnnotationItem() 1112 EncodedAnnotation* GetAnnotation() const { return annotation_.get(); } in GetAnnotation() 1118 std::unique_ptr<EncodedAnnotation> annotation_; variable
|
D | dex_ir_builder.cc | 679 const uint8_t* annotation_data = annotation->annotation_; in CreateAnnotationItem()
|
/art/dexdump/ |
D | dexdump.cc | 680 const u1* rData = annotation->annotation_; in dumpAnnotationSetItem()
|