Home
last modified time | relevance | path

Searched refs:exception_handler (Results 1 – 3 of 3) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_deoptimization_entrypoints.cc45 QuickExceptionHandler exception_handler(self, true); in artDeoptimizeImpl() local
47 exception_handler.DeoptimizeSingleFrame(kind); in artDeoptimizeImpl()
49 exception_handler.DeoptimizeStack(skip_method_exit_callbacks); in artDeoptimizeImpl()
51 if (exception_handler.IsFullFragmentDone()) { in artDeoptimizeImpl()
52 exception_handler.DoLongJump(true); in artDeoptimizeImpl()
54 exception_handler.DeoptimizePartialFragmentFixup(); in artDeoptimizeImpl()
58 exception_handler.DoLongJump(false); in artDeoptimizeImpl()
/art/runtime/
Dquick_exception_handler.cc71 QuickExceptionHandler* exception_handler, in CatchBlockStackVisitor() argument
77 exception_handler_(exception_handler), in CatchBlockStackVisitor()
383 QuickExceptionHandler* exception_handler, in DeoptimizeStackVisitor() argument
387 exception_handler_(exception_handler), in DeoptimizeStackVisitor()
Dthread.cc3993 QuickExceptionHandler exception_handler(this, false); in QuickDeliverException() local
3994 exception_handler.FindCatch(exception, skip_method_exit_callbacks); in QuickDeliverException()
3995 if (exception_handler.GetClearException()) { in QuickDeliverException()
4004 exception_handler.DoLongJump(); in QuickDeliverException()