Home
last modified time | relevance | path

Searched refs:IsCheckedException (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Dthrowable.h47 bool IsCheckedException() REQUIRES_SHARED(Locks::mutator_lock_);
Dthrowable.cc70 bool Throwable::IsCheckedException() { in IsCheckedException() function in art::mirror::Throwable
/art/runtime/entrypoints/
Dentrypoint_utils.cc124 if (exception->IsCheckedException()) { in InvokeProxyInvocationHandler()