Searched refs:GetAnnotationValue (Results 1 – 1 of 1) sorted by relevance
/art/runtime/dex/ |
D | dex_file_annotations.cc | 811 ObjPtr<mirror::Object> GetAnnotationValue(const ClassData& klass, in GetAnnotationValue() function 860 GetAnnotationValue(klass, annotation_item, "value", string_array_class, in GetSignatureValue() 883 GetAnnotationValue(klass, annotation_item, "value", class_array_class, in GetThrowsValue() 1189 hs.NewHandle(GetAnnotationValue(data, in GetParametersMetadataForMethod() 1202 hs.NewHandle(GetAnnotationValue(data, in GetParametersMetadataForMethod() 1481 GetAnnotationValue(data, annotation_item, "value", class_array_class, in GetDeclaredClasses() 1501 ObjPtr<mirror::Object> obj = GetAnnotationValue(data, in GetDeclaringClass() 1571 return GetAnnotationValue(data, annotation_item, "value", ScopedNullHandle<mirror::Class>(), in GetEnclosingMethod()
|