Home
last modified time | relevance | path

Searched refs:GetThrows (Results 1 – 5 of 5) sorted by relevance

/art/runtime/native/
Djava_lang_reflect_Method.cc68 mirror::ObjectArray<mirror::Class>* declared_exceptions = klass->GetThrows()->Get(throws_index); in Method_getExceptionTypes()
/art/runtime/entrypoints/
Dentrypoint_utils.cc221 proxy_class->GetThrows()->Get(throws_index); in InvokeProxyInvocationHandler()
/art/runtime/mirror/
Dclass-inl.h832 inline ObjectArray<ObjectArray<Class>>* Class::GetThrows() { in GetThrows() function
Dclass.h1206 ObjectArray<ObjectArray<Class>>* GetThrows() SHARED_REQUIRES(Locks::mutator_lock_);
/art/runtime/
Dclass_linker.cc4270 CHECK_EQ(klass.Get()->GetThrows(), in CreateProxyClass()