Home
last modified time | relevance | path

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

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