Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc153 MutableHandle<mirror::Throwable> exception_ref(hs.NewHandle(exception)); in FindCatch() local
160 ObjPtr<mirror::String> msg = exception_ref->GetDetailMessage(); in FindCatch()
162 self_->DumpStack(LOG_STREAM(INFO) << "Delivering exception: " << exception_ref->PrettyTypeOf() in FindCatch()
168 &exception_ref, in FindCatch()
197 popper.PopFramesTo(reinterpret_cast<uintptr_t>(handler_quick_frame_), exception_ref); in FindCatch()
201 self_->SetException(exception_ref.Get()); in FindCatch()