Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc187 MutableHandle<mirror::Throwable> exception_ref(hs.NewHandle(exception)); in FindCatch() local
195 ObjPtr<mirror::String> msg = exception_ref->GetDetailMessage(); in FindCatch()
197 self_->DumpStack(LOG_STREAM(INFO) << "Delivering exception: " << exception_ref->PrettyTypeOf() in FindCatch()
204 &exception_ref, in FindCatch()
252 exception_ref); in FindCatch()
257 self_->SetException(exception_ref.Get()); in FindCatch()