Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc151 Handle<mirror::Throwable> exception_ref(hs.NewHandle(exception)); in FindCatch() local
154 CatchBlockStackVisitor visitor(self_, context_, &exception_ref, this); in FindCatch()
173 self_->SetException(exception_ref.Get()); in FindCatch()