Home
last modified time | relevance | path

Searched refs:AsThrowable (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dcommon_throws.cc809 self->SetException(self->DecodeJObject(exc.get())->AsThrowable()); in ThrowStackOverflowError()
Dthread.cc2796 exception->SetCause(DecodeJObject(cause.get())->AsThrowable()); in ThrowNewWrappedException()
Dclass_linker.cc194 self->SetException(obj->AsThrowable()); in HandleEarlierVerifyError()
212 extra = verify_error->AsThrowable()->Dump(); in ThrowEarlierClassFailure()
/art/runtime/mirror/
Dobject.h263 Throwable* AsThrowable() REQUIRES_SHARED(Locks::mutator_lock_);
Dobject-inl.h339 inline Throwable* Object::AsThrowable() { in AsThrowable() function
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc665 self->SetException(exception->AsThrowable()); in ExecuteSwitchImpl()