Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc1850 boot_image_live_objects->Get(ImageHeader::kOomeWhenThrowingException)->AsThrowable()); in Init()
1854 boot_image_live_objects->Get(ImageHeader::kOomeWhenThrowingOome)->AsThrowable()); in Init()
1858 boot_image_live_objects->Get(ImageHeader::kOomeWhenHandlingStackOverflow)->AsThrowable()); in Init()
1862 boot_image_live_objects->Get(ImageHeader::kNoClassDefFoundError)->AsThrowable()); in Init()
Dcommon_throws.cc784 self->SetException(self->DecodeJObject(exc.get())->AsThrowable()); in ThrowStackOverflowError()
Dthread.cc3341 exception->SetCause(DecodeJObject(cause.get())->AsThrowable()); in ThrowNewWrappedException()
Dclass_linker.cc229 self->SetException(obj->AsThrowable()); in HandleEarlierVerifyError()
538 extra = verify_error->AsThrowable()->Dump(); in ThrowEarlierClassFailure()
/art/runtime/mirror/
Dobject.h256 ObjPtr<Throwable> AsThrowable() REQUIRES_SHARED(Locks::mutator_lock_);
Dobject-inl.h317 inline ObjPtr<Throwable> Object::AsThrowable() { in AsThrowable() function
/art/openjdkjvmti/
Dti_thread.cc1090 art::Handle<art::mirror::Throwable> exc(hs.NewHandle(obj->AsThrowable())); in StopThread()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h750 Self()->SetException(exception->AsThrowable()); in THROW()