Searched defs:annotation_set (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file.cc1200 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); local
1201 if (annotation_set == nullptr) {
1207 field_class, annotation_set, kDexVisibilityRuntime, annotation_class);
1211 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); local
1214 return ProcessAnnotationSet(field_class, annotation_set, kDexVisibilityRuntime);
1219 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); local
1220 if (annotation_set == nullptr) {
1225 return GetSignatureValue(field_class, annotation_set);
1230 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); local
1231 if (annotation_set
1288 const AnnotationSetItem* annotation_set = GetClassAnnotationSet(annotations_dir); local
1323 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); local
1334 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); local
1341 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); local
1368 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); local
1379 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); local
1401 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(klass); local
1411 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(klass); local
1416 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(klass); local
1441 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(klass); local
1466 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(klass); local
1502 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(klass); local
1516 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(klass); local
1546 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(klass); local
1576 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(klass); local
1585 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(klass); local
1650 GetAnnotationItemFromAnnotationSet( Handle<mirror::Class> klass, const AnnotationSetItem* annotation_set, uint32_t visibility, Handle<mirror::Class> annotation_class) const argument
1678 GetAnnotationObjectFromAnnotationSet(Handle<mirror::Class> klass, const AnnotationSetItem* annotation_set, uint32_t visibility, Handle<mirror::Class> annotation_class) const argument
1752 ProcessAnnotationSet(Handle<mirror::Class> klass, const AnnotationSetItem* annotation_set, uint32_t visibility) const argument
1827 mirror::Object* annotation_set = ProcessAnnotationSet(klass, set_item, kDexVisibilityRuntime); local
2158 SearchAnnotationSet(const AnnotationSetItem* annotation_set, const char* descriptor, uint32_t visibility) const argument
[all...]

Completed in 42 milliseconds