Searched refs:exception_handler (Results 1 – 3 of 3) sorted by relevance
57 QuickExceptionHandler exception_handler(self, true); in artDeoptimizeFromCompiledCode() local58 exception_handler.DeoptimizeSingleFrame(); in artDeoptimizeFromCompiledCode()59 exception_handler.UpdateInstrumentationStack(); in artDeoptimizeFromCompiledCode()60 exception_handler.DeoptimizeSingleFrameArchDependentFixup(); in artDeoptimizeFromCompiledCode()64 exception_handler.DoLongJump(false); in artDeoptimizeFromCompiledCode()
59 QuickExceptionHandler* exception_handler) in CatchBlockStackVisitor() argument63 exception_handler_(exception_handler) { in CatchBlockStackVisitor()283 QuickExceptionHandler* exception_handler, in DeoptimizeStackVisitor() argument287 exception_handler_(exception_handler), in DeoptimizeStackVisitor()
2607 QuickExceptionHandler exception_handler(this, is_deoptimization); in QuickDeliverException() local2609 exception_handler.DeoptimizeStack(); in QuickDeliverException()2611 exception_handler.FindCatch(exception); in QuickDeliverException()2613 exception_handler.UpdateInstrumentationStack(); in QuickDeliverException()2614 exception_handler.DoLongJump(); in QuickDeliverException()