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