• Home
  • Raw
  • Download

Lines Matching refs:exception_handler_

49         exception_handler_(exception_handler) {  in CatchBlockStackVisitor()
54 exception_handler_->SetHandlerFrameDepth(GetFrameDepth()); in VisitFrame()
57 exception_handler_->SetHandlerQuickFramePc(GetCurrentQuickFramePc()); in VisitFrame()
58 exception_handler_->SetHandlerQuickFrame(GetCurrentQuickFrame()); in VisitFrame()
63 exception_handler_->SetHandlerDexPc(next_dex_pc); in VisitFrame()
64 exception_handler_->SetHandlerMethod(next_art_method); in VisitFrame()
68 DCHECK_EQ(0U, exception_handler_->GetHandlerDexPc()); in VisitFrame()
69 DCHECK(nullptr == exception_handler_->GetHandlerMethod()); in VisitFrame()
95 exception_handler_->SetClearException(clear_exception); in HandleTryItems()
97 exception_handler_->SetHandlerMethod(method.Get()); in HandleTryItems()
98 exception_handler_->SetHandlerDexPc(found_dex_pc); in HandleTryItems()
99 exception_handler_->SetHandlerQuickFramePc(method->ToNativePc(found_dex_pc)); in HandleTryItems()
100 exception_handler_->SetHandlerQuickFrame(GetCurrentQuickFrame()); in HandleTryItems()
111 QuickExceptionHandler* const exception_handler_; member in art::FINAL
174 : StackVisitor(self, context), self_(self), exception_handler_(exception_handler), in DeoptimizeStackVisitor()
180 exception_handler_->SetHandlerFrameDepth(GetFrameDepth()); in VisitFrame()
184 exception_handler_->SetHandlerQuickFramePc(GetCurrentQuickFramePc()); in VisitFrame()
185 exception_handler_->SetHandlerQuickFrame(GetCurrentQuickFrame()); in VisitFrame()
279 QuickExceptionHandler* const exception_handler_; member in art::FINAL