Home
last modified time | relevance | path

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

/aosp12/art/runtime/interpreter/
H A Dinterpreter_common.cc149 bool MoveToExceptionHandler(Thread* self, in MoveToExceptionHandler() function
195 return MoveToExceptionHandler(self, shadow_frame, instrumentation); in MoveToExceptionHandler()
H A Dinterpreter.cc549 new_dex_pc = MoveToExceptionHandler( in EnterInterpreterFromDeoptimize()
H A Dinterpreter_common.h802 bool MoveToExceptionHandler(Thread* self,
H A Dinterpreter_switch_impl-inl.h106 if (!MoveToExceptionHandler(Self(), shadow_frame_, skip_event ? nullptr : Instrumentation())) { in HandlePendingException()
/aosp12/art/runtime/interpreter/mterp/
H A Dmterp.cc483 return MoveToExceptionHandler(self, *shadow_frame, instrumentation) ? 1u : 0u; in MterpHandleException()