Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dquick_exception_handler.cc77 exception_handler_(exception_handler), in CatchBlockStackVisitor()
85 exception_handler_->SetHandlerFrameDepth(GetFrameDepth()); in VisitFrame()
90 exception_handler_->SetHandlerQuickFramePc(GetCurrentQuickFramePc()); in VisitFrame()
91 exception_handler_->SetHandlerQuickFrame(GetCurrentQuickFrame()); in VisitFrame()
135 exception_handler_->SetClearException(clear_exception); in HandleTryItems()
137 exception_handler_->SetHandlerDexPcList(ComputeDexPcList(found_dex_pc)); in HandleTryItems()
139 exception_handler_->SetHandlerQuickFramePc( in HandleTryItems()
141 method, exception_handler_->GetHandlerDexPcList(), &stack_map_row)); in HandleTryItems()
142 exception_handler_->SetCatchStackMapRow(stack_map_row); in HandleTryItems()
143 exception_handler_->SetHandlerQuickFrame(GetCurrentQuickFrame()); in HandleTryItems()
[all …]