Home
last modified time | relevance | path

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

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