Searched refs:QuickExceptionHandler (Results 1 – 6 of 6) sorted by relevance
36 class QuickExceptionHandler {38 QuickExceptionHandler(Thread* self, bool is_deoptimization)41 NO_RETURN ~QuickExceptionHandler() { in ~QuickExceptionHandler()135 DISALLOW_COPY_AND_ASSIGN(QuickExceptionHandler);
40 QuickExceptionHandler::QuickExceptionHandler(Thread* self, bool is_deoptimization) in QuickExceptionHandler() function in art::QuickExceptionHandler59 QuickExceptionHandler* exception_handler) in CatchBlockStackVisitor()135 QuickExceptionHandler* const exception_handler_;140 void QuickExceptionHandler::FindCatch(mirror::Throwable* exception) { in FindCatch()212 void QuickExceptionHandler::SetCatchEnvironmentForOptimizedHandler(StackVisitor* stack_visitor) { in SetCatchEnvironmentForOptimizedHandler()283 QuickExceptionHandler* exception_handler, in DeoptimizeStackVisitor()474 QuickExceptionHandler* const exception_handler_;485 void QuickExceptionHandler::DeoptimizeStack() { in DeoptimizeStack()498 void QuickExceptionHandler::DeoptimizeSingleFrame() { in DeoptimizeSingleFrame()532 void QuickExceptionHandler::DeoptimizeSingleFrameArchDependentFixup() { in DeoptimizeSingleFrameArchDependentFixup()[all …]
1524 friend class QuickExceptionHandler; // For dumping the stack. variable
2607 QuickExceptionHandler exception_handler(this, is_deoptimization); in QuickDeliverException()
57 QuickExceptionHandler exception_handler(self, true); in artDeoptimizeFromCompiledCode()
686 QuickExceptionHandler::DumpFramesWithType(self, true); in artQuickToInterpreterBridge()