Lines Matching refs:data

1187   ClassData data(method);  in GetParametersMetadataForMethod()  local
1189 hs.NewHandle(GetAnnotationValue(data, in GetParametersMetadataForMethod()
1202 hs.NewHandle(GetAnnotationValue(data, in GetParametersMetadataForMethod()
1485 ClassData data(klass); in GetAnnotationForClass() local
1486 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); in GetAnnotationForClass()
1490 return GetAnnotationObjectFromAnnotationSet(data, in GetAnnotationForClass()
1497 ClassData data(klass); in GetAnnotationsForClass() local
1498 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); in GetAnnotationsForClass()
1499 return ProcessAnnotationSet(data, annotation_set, DexFile::kDexVisibilityRuntime); in GetAnnotationsForClass()
1503 ClassData data(klass); in GetDeclaredClasses() local
1504 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); in GetDeclaredClasses()
1509 SearchAnnotationSet(data.GetDexFile(), annotation_set, "Ldalvik/annotation/MemberClasses;", in GetDeclaredClasses()
1519 GetAnnotationValue(data, annotation_item, "value", class_array_class, in GetDeclaredClasses()
1528 ClassData data(klass); in GetDeclaringClass() local
1529 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); in GetDeclaringClass()
1534 SearchAnnotationSet(data.GetDexFile(), annotation_set, "Ldalvik/annotation/EnclosingClass;", in GetDeclaringClass()
1539 ObjPtr<mirror::Object> obj = GetAnnotationValue(data, in GetDeclaringClass()
1555 ClassData data(klass); in GetEnclosingClass() local
1556 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); in GetEnclosingClass()
1561 SearchAnnotationSet(data.GetDexFile(), in GetEnclosingClass()
1569 SearchEncodedAnnotation(data.GetDexFile(), annotation_item->annotation_, "value"); in GetEnclosingClass()
1574 if (!ProcessAnnotationValue<false>(data, in GetEnclosingClass()
1587 hs.NewHandle(data.GetDexCache()), in GetEnclosingClass()
1588 hs.NewHandle(data.GetClassLoader())); in GetEnclosingClass()
1596 ClassData data(klass); in GetEnclosingMethod() local
1597 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); in GetEnclosingMethod()
1602 SearchAnnotationSet(data.GetDexFile(), in GetEnclosingMethod()
1609 return GetAnnotationValue(data, annotation_item, "value", ScopedNullHandle<mirror::Class>(), in GetEnclosingMethod()
1614 ClassData data(klass); in GetInnerClass() local
1615 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); in GetInnerClass()
1620 data.GetDexFile(), in GetInnerClass()
1628 SearchEncodedAnnotation(data.GetDexFile(), annotation_item->annotation_, "name"); in GetInnerClass()
1633 if (!ProcessAnnotationValue<false>(data, in GetInnerClass()
1649 ClassData data(klass); in GetInnerClassFlags() local
1650 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); in GetInnerClassFlags()
1655 SearchAnnotationSet(data.GetDexFile(), annotation_set, "Ldalvik/annotation/InnerClass;", in GetInnerClassFlags()
1661 SearchEncodedAnnotation(data.GetDexFile(), annotation_item->annotation_, "accessFlags"); in GetInnerClassFlags()
1666 if (!ProcessAnnotationValue<false>(data, in GetInnerClassFlags()
1682 ClassData data(klass); in GetSignatureAnnotationForClass() local
1683 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); in GetSignatureAnnotationForClass()
1687 return GetSignatureValue(data, annotation_set); in GetSignatureAnnotationForClass()
1699 ClassData data(klass); in GetSourceDebugExtension() local
1700 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); in GetSourceDebugExtension()
1706 data.GetDexFile(), in GetSourceDebugExtension()
1715 SearchEncodedAnnotation(data.GetDexFile(), annotation_item->annotation_, "value"); in GetSourceDebugExtension()
1720 if (!ProcessAnnotationValue<false>(data, in GetSourceDebugExtension()
1731 return data.GetDexFile().StringDataByIdx(index); in GetSourceDebugExtension()
1735 ClassData data(klass); in IsClassAnnotationPresent() local
1736 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); in IsClassAnnotationPresent()
1741 data, annotation_set, DexFile::kDexVisibilityRuntime, annotation_class); in IsClassAnnotationPresent()