Searched refs:AsThrowable (Results 1 – 10 of 10) sorted by relevance
2065 boot_image_live_objects->Get(ImageHeader::kOomeWhenThrowingException)->AsThrowable()); in Init()2069 boot_image_live_objects->Get(ImageHeader::kOomeWhenThrowingOome)->AsThrowable()); in Init()2073 boot_image_live_objects->Get(ImageHeader::kOomeWhenHandlingStackOverflow)->AsThrowable()); in Init()2077 boot_image_live_objects->Get(ImageHeader::kNoClassDefFoundError)->AsThrowable()); in Init()
788 self->SetException(exc->AsThrowable()); in ThrowStackOverflowError()
516 soa.Self()->SetException(exception_instance->AsThrowable()); in InvokeMethodImpl()
3661 exception->SetCause(DecodeJObject(cause.get())->AsThrowable()); in ThrowNewWrappedException()
208 self->SetException(obj->AsThrowable()); in HandleEarlierErroneousStateError()526 extra = verify_error->AsThrowable()->Dump(); in ThrowEarlierClassFailure()
263 ObjPtr<Throwable> AsThrowable() REQUIRES_SHARED(Locks::mutator_lock_);
317 inline ObjPtr<Throwable> Object::AsThrowable() { in AsThrowable() function
1570 Thread::Current()->SetException(obj->AsThrowable()->GetCause()); in GetDeclaringClass()1782 Thread::Current()->SetException(obj->AsThrowable()->GetCause()); in GetNestHost()
1104 art::Handle<art::mirror::Throwable> exc(hs.NewHandle(obj->AsThrowable())); in StopThread()
927 Self()->SetException(exception->AsThrowable()); in THROW()