Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_reflect_Method.cc64 hs.NewHandle(klass->GetProxyThrows()->Get(throws_index)); in Method_getExceptionTypes()
/art/runtime/entrypoints/
Dentrypoint_utils.cc148 proxy_class->GetProxyThrows()->Get(throws_index); in InvokeProxyInvocationHandler()
/art/runtime/mirror/
Dclass-inl.h904 inline ObjPtr<ObjectArray<ObjectArray<Class>>> Class::GetProxyThrows() { in GetProxyThrows() function
Dclass.h1245 ObjPtr<ObjectArray<ObjectArray<Class>>> GetProxyThrows() REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/
Dclass_linker.cc5248 CHECK_EQ(klass.Get()->GetProxyThrows(), in CreateProxyClass()