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

/art/runtime/
H A Dquick_exception_handler.cc49 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_
111 QuickExceptionHandler* const exception_handler_; member in class:art::FINAL
276 QuickExceptionHandler* const exception_handler_; member in class:art::FINAL
[all...]

Completed in 834 milliseconds