Searched refs:QuickExceptionHandler (Results 1 – 6 of 6) sorted by relevance
40 class QuickExceptionHandler {42 QuickExceptionHandler(Thread* self, bool is_deoptimization)45 NO_RETURN ~QuickExceptionHandler() { in ~QuickExceptionHandler()173 DISALLOW_COPY_AND_ASSIGN(QuickExceptionHandler);
45 QuickExceptionHandler::QuickExceptionHandler(Thread* self, bool is_deoptimization) in QuickExceptionHandler() function in art::QuickExceptionHandler67 QuickExceptionHandler* exception_handler, in CatchBlockStackVisitor()151 QuickExceptionHandler* const exception_handler_;191 void QuickExceptionHandler::FindCatch(ObjPtr<mirror::Throwable> exception) { in FindCatch()287 void QuickExceptionHandler::SetCatchEnvironmentForOptimizedHandler(StackVisitor* stack_visitor) { in SetCatchEnvironmentForOptimizedHandler()350 QuickExceptionHandler* exception_handler, in DeoptimizeStackVisitor()550 QuickExceptionHandler* const exception_handler_;562 void QuickExceptionHandler::PrepareForLongJumpToInvokeStubOrInterpreterBridge() { in PrepareForLongJumpToInvokeStubOrInterpreterBridge()577 void QuickExceptionHandler::DeoptimizeStack() { in DeoptimizeStack()588 void QuickExceptionHandler::DeoptimizeSingleFrame(DeoptimizationKind kind) { in DeoptimizeSingleFrame()[all …]
1797 friend class QuickExceptionHandler; // For dumping the stack. variable
3616 QuickExceptionHandler exception_handler(this, false); in QuickDeliverException()
42 QuickExceptionHandler exception_handler(self, true); in artDeoptimizeImpl()
689 QuickExceptionHandler::DumpFramesWithType(self, true); in HandleDeoptimization()