Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_reflect_Method.cc66 annotations::GetExceptionTypesForMethod(method); in Method_getExceptionTypes()
Djava_lang_reflect_Constructor.cc42 annotations::GetExceptionTypesForMethod(method); in Constructor_getExceptionTypes()
/art/runtime/dex/
Ddex_file_annotations.h54 mirror::ObjectArray<mirror::Class>* GetExceptionTypesForMethod(ArtMethod* method)
Ddex_file_annotations.cc1100 mirror::ObjectArray<mirror::Class>* GetExceptionTypesForMethod(ArtMethod* method) { in GetExceptionTypesForMethod() function