Home
last modified time | relevance | path

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

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