Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_reflect_Method.cc52 mirror::ObjectArray<mirror::Class>* declared_exceptions = in Method_getExceptionTypesNative() local
54 return soa.AddLocalReference<jobject>(declared_exceptions->Clone(soa.Self())); in Method_getExceptionTypesNative()
/art/runtime/entrypoints/
Dentrypoint_utils.cc305 mirror::ObjectArray<mirror::Class>* declared_exceptions = in InvokeProxyInvocationHandler() local
309 for (int32_t i = 0; i < declared_exceptions->GetLength() && !declares_exception; i++) { in InvokeProxyInvocationHandler()
310 mirror::Class* declared_exception = declared_exceptions->Get(i); in InvokeProxyInvocationHandler()