Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.cc151 ObjPtr<mirror::Class> declared_exception = declared_exceptions->Get(i); in InvokeProxyInvocationHandler() local
152 declares_exception = declared_exception->IsAssignableFrom(exception_class); in InvokeProxyInvocationHandler()