Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.cc131 bool declares_exception = false; in InvokeProxyInvocationHandler() local
150 for (int32_t i = 0; i < declared_exceptions->GetLength() && !declares_exception; i++) { in InvokeProxyInvocationHandler()
152 declares_exception = declared_exception->IsAssignableFrom(exception_class); in InvokeProxyInvocationHandler()
155 if (!declares_exception) { in InvokeProxyInvocationHandler()