Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.cc153 bool MoveToExceptionHandler(Thread* self, in MoveToExceptionHandler() function
199 return MoveToExceptionHandler(self, shadow_frame, instrumentation); in MoveToExceptionHandler()
Dinterpreter.cc560 new_dex_pc = MoveToExceptionHandler( in EnterInterpreterFromDeoptimize()
Dinterpreter_common.h963 bool MoveToExceptionHandler(Thread* self,
Dinterpreter_switch_impl-inl.h79 if (!MoveToExceptionHandler(self, shadow_frame, skip_event ? nullptr : instrumentation)) { in HandlePendingException()
/art/runtime/interpreter/mterp/
Dmterp.cc537 return MoveToExceptionHandler(self, *shadow_frame, instrumentation) ? 1u : 0u; in MterpHandleException()