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.cc57 QuickExceptionHandler exception_handler(self, true); in artDeoptimizeFromCompiledCode() local
58 exception_handler.DeoptimizeSingleFrame(); in artDeoptimizeFromCompiledCode()
59 exception_handler.UpdateInstrumentationStack(); in artDeoptimizeFromCompiledCode()
60 exception_handler.DeoptimizeSingleFrameArchDependentFixup(); in artDeoptimizeFromCompiledCode()
64 exception_handler.DoLongJump(false); in artDeoptimizeFromCompiledCode()
/art/runtime/
Dquick_exception_handler.cc59 QuickExceptionHandler* exception_handler) in CatchBlockStackVisitor() argument
63 exception_handler_(exception_handler) { in CatchBlockStackVisitor()
283 QuickExceptionHandler* exception_handler, in DeoptimizeStackVisitor() argument
287 exception_handler_(exception_handler), in DeoptimizeStackVisitor()
Dthread.cc2607 QuickExceptionHandler exception_handler(this, is_deoptimization); in QuickDeliverException() local
2609 exception_handler.DeoptimizeStack(); in QuickDeliverException()
2611 exception_handler.FindCatch(exception); in QuickDeliverException()
2613 exception_handler.UpdateInstrumentationStack(); in QuickDeliverException()
2614 exception_handler.DoLongJump(); in QuickDeliverException()