Searched refs:exception_handler_ (Results 1 – 1 of 1) sorted by relevance
72 exception_handler_(exception_handler), in CatchBlockStackVisitor()78 exception_handler_->SetHandlerFrameDepth(GetFrameDepth()); in VisitFrame()83 exception_handler_->SetHandlerQuickFramePc(GetCurrentQuickFramePc()); in VisitFrame()84 exception_handler_->SetHandlerQuickFrame(GetCurrentQuickFrame()); in VisitFrame()111 exception_handler_->SetClearException(clear_exception); in HandleTryItems()113 exception_handler_->SetHandlerDexPc(found_dex_pc); in HandleTryItems()114 exception_handler_->SetHandlerQuickFramePc( in HandleTryItems()117 exception_handler_->SetHandlerQuickFrame(GetCurrentQuickFrame()); in HandleTryItems()118 exception_handler_->SetHandlerMethodHeader(GetCurrentOatQuickMethodHeader()); in HandleTryItems()137 QuickExceptionHandler* const exception_handler_; member in art::CatchBlockStackVisitor[all …]