Home
last modified time | relevance | path

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

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