Searched refs:MoveToExceptionHandler (Results 1 – 5 of 5) sorted by relevance
153 bool MoveToExceptionHandler(Thread* self, in MoveToExceptionHandler() function199 return MoveToExceptionHandler(self, shadow_frame, instrumentation); in MoveToExceptionHandler()
560 new_dex_pc = MoveToExceptionHandler( in EnterInterpreterFromDeoptimize()
963 bool MoveToExceptionHandler(Thread* self,
79 if (!MoveToExceptionHandler(self, shadow_frame, skip_event ? nullptr : instrumentation)) { in HandlePendingException()
537 return MoveToExceptionHandler(self, *shadow_frame, instrumentation) ? 1u : 0u; in MterpHandleException()