Home
last modified time | relevance | path

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

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