Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.h106 return handler_dex_pc_; in GetHandlerDexPc()
110 handler_dex_pc_ = dex_pc; in SetHandlerDexPc()
154 uint32_t handler_dex_pc_; variable
Dquick_exception_handler.cc58 handler_dex_pc_(0), in QuickExceptionHandler()
185 annotations::GetLineNumFromPC(dex_file, GetHandlerMethod(), handler_dex_pc_); in FindCatch()
659 GetHandlerMethod()->DexInstructions().Insns() + handler_dex_pc_)); in DoLongJump()