Searched refs:GetAnnotationValue (Results 1 – 1 of 1) sorted by relevance
/art/runtime/dex/ |
D | dex_file_annotations.cc | 832 ObjPtr<mirror::Object> GetAnnotationValue(const ClassData& klass, in GetAnnotationValue() function 881 GetAnnotationValue(klass, annotation_item, "value", string_array_class, in GetSignatureValue() 904 GetAnnotationValue(klass, annotation_item, "value", class_array_class, in GetThrowsValue() 1210 hs.NewHandle(GetAnnotationValue(data, in GetParametersMetadataForMethod() 1223 hs.NewHandle(GetAnnotationValue(data, in GetParametersMetadataForMethod() 1540 GetAnnotationValue(data, annotation_item, "value", class_array_class, in GetDeclaredClasses() 1560 ObjPtr<mirror::Object> obj = GetAnnotationValue(data, in GetDeclaringClass() 1630 return GetAnnotationValue(data, annotation_item, "value", ScopedNullHandle<mirror::Class>(), in GetEnclosingMethod()
|