Home
last modified time | relevance | path

Searched refs:GetAnnotationValue (Results 1 – 1 of 1) sorted by relevance

/art/runtime/dex/
Ddex_file_annotations.cc817 mirror::Object* GetAnnotationValue(const ClassData& klass, in GetAnnotationValue() function
868 GetAnnotationValue(klass, annotation_item, "value", string_array_class, in GetSignatureValue()
894 GetAnnotationValue(klass, annotation_item, "value", class_array_class, in GetThrowsValue()
1199 hs.NewHandle(GetAnnotationValue(data, in GetParametersMetadataForMethod()
1214 hs.NewHandle(GetAnnotationValue(data, in GetParametersMetadataForMethod()
1349 GetAnnotationValue(data, annotation_item, "value", class_array_class, in GetDeclaredClasses()
1369 mirror::Object* obj = GetAnnotationValue(data, annotation_item, "value", in GetDeclaringClass()
1437 return GetAnnotationValue(data, annotation_item, "value", ScopedNullHandle<mirror::Class>(), in GetEnclosingMethod()