Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/native/
H A Djava_lang_reflect_Method.cc43 return soa.AddLocalReference<jobject>(annotations::GetAnnotationDefaultValue(method)); in Method_getDefaultValue()
/aosp_15_r20/art/runtime/dex/
H A Ddex_file_annotations.h49 ObjPtr<mirror::Object> GetAnnotationDefaultValue(ArtMethod* method)
H A Ddex_file_annotations.cc1066 ObjPtr<mirror::Object> GetAnnotationDefaultValue(ArtMethod* method) { in GetAnnotationDefaultValue() function