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.cc42 QuickExceptionHandler exception_handler(self, true); in artDeoptimizeImpl() local
44 exception_handler.DeoptimizeSingleFrame(kind); in artDeoptimizeImpl()
46 exception_handler.DeoptimizeStack(); in artDeoptimizeImpl()
48 uintptr_t return_pc = exception_handler.UpdateInstrumentationStack(); in artDeoptimizeImpl()
49 if (exception_handler.IsFullFragmentDone()) { in artDeoptimizeImpl()
50 exception_handler.DoLongJump(true); in artDeoptimizeImpl()
52 exception_handler.DeoptimizePartialFragmentFixup(return_pc); in artDeoptimizeImpl()
56 exception_handler.DoLongJump(false); in artDeoptimizeImpl()
/art/runtime/
Dquick_exception_handler.cc69 QuickExceptionHandler* exception_handler, in CatchBlockStackVisitor() argument
74 exception_handler_(exception_handler), in CatchBlockStackVisitor()
305 QuickExceptionHandler* exception_handler, in DeoptimizeStackVisitor() argument
309 exception_handler_(exception_handler), in DeoptimizeStackVisitor()
Dthread.cc3614 QuickExceptionHandler exception_handler(this, false); in QuickDeliverException() local
3615 exception_handler.FindCatch(exception); in QuickDeliverException()
3616 if (exception_handler.GetClearException()) { in QuickDeliverException()
3625 exception_handler.DoLongJump(); in QuickDeliverException()