Searched refs:declared_exceptions (Results 1 – 2 of 2) sorted by relevance
63 Handle<mirror::ObjectArray<mirror::Class>> declared_exceptions = in Method_getExceptionTypes() local66 mirror::ObjectArray<mirror::Class>::Clone(declared_exceptions, soa.Self())); in Method_getExceptionTypes()
147 ObjPtr<mirror::ObjectArray<mirror::Class>> declared_exceptions = in InvokeProxyInvocationHandler() local150 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()