Lines Matching refs:exception_handler
4041 QuickExceptionHandler exception_handler(this, false); in QuickDeliverException() local
4042 exception_handler.FindCatch(exception, skip_method_exit_callbacks); in QuickDeliverException()
4043 if (exception_handler.GetClearException()) { in QuickDeliverException()
4052 return exception_handler.PrepareLongJump(); in QuickDeliverException()
4070 QuickExceptionHandler exception_handler(this, true); in Deoptimize() local
4072 exception_handler.DeoptimizeSingleFrame(kind); in Deoptimize()
4074 exception_handler.DeoptimizeStack(skip_method_exit_callbacks); in Deoptimize()
4076 if (exception_handler.IsFullFragmentDone()) { in Deoptimize()
4077 return exception_handler.PrepareLongJump(/*smash_caller_saves=*/ true); in Deoptimize()
4079 exception_handler.DeoptimizePartialFragmentFixup(); in Deoptimize()
4083 return exception_handler.PrepareLongJump(/*smash_caller_saves=*/ false); in Deoptimize()