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.cc63 Handle<mirror::ObjectArray<mirror::Class>> declared_exceptions = in Method_getExceptionTypes() local
66 mirror::ObjectArray<mirror::Class>::Clone(declared_exceptions, soa.Self())); in Method_getExceptionTypes()
/art/runtime/entrypoints/
Dentrypoint_utils.cc147 ObjPtr<mirror::ObjectArray<mirror::Class>> declared_exceptions = in InvokeProxyInvocationHandler() local
150 for (int32_t i = 0; i < declared_exceptions->GetLength() && !declares_exception; i++) { in InvokeProxyInvocationHandler()
151 ObjPtr<mirror::Class> declared_exception = declared_exceptions->Get(i); in InvokeProxyInvocationHandler()