Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc52 exception_handler_(exception_handler) { in CatchBlockStackVisitor()
57 exception_handler_->SetHandlerFrameDepth(GetFrameDepth()); in VisitFrame()
60 exception_handler_->SetHandlerQuickFramePc(GetCurrentQuickFramePc()); in VisitFrame()
61 exception_handler_->SetHandlerQuickFrame(GetCurrentQuickFrame()); in VisitFrame()
66 exception_handler_->SetHandlerDexPc(next_dex_pc); in VisitFrame()
67 exception_handler_->SetHandlerMethod(next_art_method); in VisitFrame()
71 DCHECK_EQ(0U, exception_handler_->GetHandlerDexPc()); in VisitFrame()
72 DCHECK(nullptr == exception_handler_->GetHandlerMethod()); in VisitFrame()
96 exception_handler_->SetClearException(clear_exception); in HandleTryItems()
98 exception_handler_->SetHandlerMethod(method); in HandleTryItems()
[all …]