Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.h108 uint32_t GetHandlerDexPc() const { in GetHandlerDexPc() function
Dquick_exception_handler.cc87 DCHECK_EQ(0U, exception_handler_->GetHandlerDexPc()); in VisitFrame()
231 StackMap catch_stack_map = code_info.GetCatchStackMapForDexPc(GetHandlerDexPc(), encoding); in SetCatchEnvironmentForOptimizedHandler()