Searched refs:IsCheckedException (Results 1 – 3 of 3) sorted by relevance
47 bool IsCheckedException() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
65 bool Throwable::IsCheckedException() { in IsCheckedException() function in art::mirror::Throwable
312 if (exception->IsCheckedException()) { in InvokeProxyInvocationHandler()