Searched refs:GetThrows (Results 1 – 5 of 5) sorted by relevance
68 mirror::ObjectArray<mirror::Class>* declared_exceptions = klass->GetThrows()->Get(throws_index); in Method_getExceptionTypes()
221 proxy_class->GetThrows()->Get(throws_index); in InvokeProxyInvocationHandler()
832 inline ObjectArray<ObjectArray<Class>>* Class::GetThrows() { in GetThrows() function
1206 ObjectArray<ObjectArray<Class>>* GetThrows() SHARED_REQUIRES(Locks::mutator_lock_);
4270 CHECK_EQ(klass.Get()->GetThrows(), in CreateProxyClass()