• Home
  • Raw
  • Download

Lines Matching defs:annotation_set

1200   const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field);  in GetAnnotationForField()  local
1211 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); in GetAnnotationsForField() local
1219 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); in GetSignatureAnnotationForField() local
1230 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); in IsFieldAnnotationPresent() local
1288 const AnnotationSetItem* annotation_set = GetClassAnnotationSet(annotations_dir); in GetAnnotationDefaultValue() local
1323 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); in GetAnnotationForMethod() local
1334 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); in GetAnnotationsForMethod() local
1341 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); in GetExceptionTypesForMethod() local
1368 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); in GetSignatureAnnotationForMethod() local
1379 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); in IsMethodAnnotationPresent() local
1401 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(klass); in GetAnnotationForClass() local
1411 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(klass); in GetAnnotationsForClass() local
1416 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(klass); in GetDeclaredClasses() local
1441 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(klass); in GetDeclaringClass() local
1466 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(klass); in GetEnclosingClass() local
1502 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(klass); in GetEnclosingMethod() local
1516 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(klass); in GetInnerClass() local
1546 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(klass); in GetInnerClassFlags() local
1576 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(klass); in GetSignatureAnnotationForClass() local
1585 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(klass); in IsClassAnnotationPresent() local
1651 Handle<mirror::Class> klass, const AnnotationSetItem* annotation_set, uint32_t visibility, in GetAnnotationItemFromAnnotationSet()
1679 const AnnotationSetItem* annotation_set, uint32_t visibility, in GetAnnotationObjectFromAnnotationSet()
1753 const AnnotationSetItem* annotation_set, uint32_t visibility) const { in ProcessAnnotationSet() argument
1827 mirror::Object* annotation_set = ProcessAnnotationSet(klass, set_item, kDexVisibilityRuntime); in ProcessAnnotationSetRefList() local
2158 const DexFile::AnnotationItem* DexFile::SearchAnnotationSet(const AnnotationSetItem* annotation_set, in SearchAnnotationSet()