Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/native/
H A Djava_lang_reflect_Method.cc68 annotations::GetExceptionTypesForMethod(method); in Method_getExceptionTypes()
H A Djava_lang_reflect_Constructor.cc44 annotations::GetExceptionTypesForMethod(method); in Constructor_getExceptionTypes()
/aosp_15_r20/art/runtime/dex/
H A Ddex_file_annotations.h56 ObjPtr<mirror::ObjectArray<mirror::Class>> GetExceptionTypesForMethod(ArtMethod* method)
H A Ddex_file_annotations.cc1127 ObjPtr<mirror::ObjectArray<mirror::Class>> GetExceptionTypesForMethod(ArtMethod* method) { in GetExceptionTypesForMethod() function