Home
last modified time | relevance | path

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

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