Home
last modified time | relevance | path

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

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