Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc2065 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()
Dcommon_throws.cc788 self->SetException(exc->AsThrowable()); in ThrowStackOverflowError()
Dreflection.cc516 soa.Self()->SetException(exception_instance->AsThrowable()); in InvokeMethodImpl()
Dthread.cc3661 exception->SetCause(DecodeJObject(cause.get())->AsThrowable()); in ThrowNewWrappedException()
Dclass_linker.cc208 self->SetException(obj->AsThrowable()); in HandleEarlierErroneousStateError()
526 extra = verify_error->AsThrowable()->Dump(); in ThrowEarlierClassFailure()
/art/runtime/mirror/
Dobject.h263 ObjPtr<Throwable> AsThrowable() REQUIRES_SHARED(Locks::mutator_lock_);
Dobject-inl.h317 inline ObjPtr<Throwable> Object::AsThrowable() { in AsThrowable() function
/art/runtime/dex/
Ddex_file_annotations.cc1570 Thread::Current()->SetException(obj->AsThrowable()->GetCause()); in GetDeclaringClass()
1782 Thread::Current()->SetException(obj->AsThrowable()->GetCause()); in GetNestHost()
/art/openjdkjvmti/
Dti_thread.cc1104 art::Handle<art::mirror::Throwable> exc(hs.NewHandle(obj->AsThrowable())); in StopThread()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h927 Self()->SetException(exception->AsThrowable()); in THROW()