Searched refs:declared_exceptions (Results 1 – 2 of 2) sorted by relevance
62 Handle<mirror::ObjectArray<mirror::Class>> declared_exceptions = in Method_getExceptionTypes() local65 mirror::ObjectArray<mirror::Class>::Clone(declared_exceptions, soa.Self())); in Method_getExceptionTypes()
158 ObjPtr<mirror::ObjectArray<mirror::Class>> declared_exceptions = in InvokeProxyInvocationHandler() local161 for (int32_t i = 0; i < declared_exceptions->GetLength() && !declares_exception; i++) { in InvokeProxyInvocationHandler()162 ObjPtr<mirror::Class> declared_exception = declared_exceptions->Get(i); in InvokeProxyInvocationHandler()