HomeSort by relevance Sort by last modified time
    Searched refs:IsCheckedException (Results 1 - 3 of 3) sorted by null

  /art/runtime/mirror/
throwable.h 45 bool IsCheckedException() REQUIRES_SHARED(Locks::mutator_lock_);
throwable.cc 72 bool Throwable::IsCheckedException() {
  /art/runtime/entrypoints/
entrypoint_utils.cc 127 if (exception->IsCheckedException()) {

Completed in 573 milliseconds