Searched refs:QuickExceptionHandler (Results 1 – 6 of 6) sorted by relevance
39 class QuickExceptionHandler {41 QuickExceptionHandler(Thread* self, bool is_deoptimization)44 NO_RETURN ~QuickExceptionHandler() { in ~QuickExceptionHandler()167 DISALLOW_COPY_AND_ASSIGN(QuickExceptionHandler);
41 QuickExceptionHandler::QuickExceptionHandler(Thread* self, bool is_deoptimization) in QuickExceptionHandler() function in art::QuickExceptionHandler61 QuickExceptionHandler* exception_handler) in CatchBlockStackVisitor()137 QuickExceptionHandler* const exception_handler_;142 void QuickExceptionHandler::FindCatch(ObjPtr<mirror::Throwable> exception) { in FindCatch()215 void QuickExceptionHandler::SetCatchEnvironmentForOptimizedHandler(StackVisitor* stack_visitor) { in SetCatchEnvironmentForOptimizedHandler()286 QuickExceptionHandler* exception_handler, in DeoptimizeStackVisitor()495 QuickExceptionHandler* const exception_handler_;507 void QuickExceptionHandler::PrepareForLongJumpToInvokeStubOrInterpreterBridge() { in PrepareForLongJumpToInvokeStubOrInterpreterBridge()522 void QuickExceptionHandler::DeoptimizeStack() { in DeoptimizeStack()533 void QuickExceptionHandler::DeoptimizeSingleFrame(DeoptimizationKind kind) { in DeoptimizeSingleFrame()[all …]
1695 friend class QuickExceptionHandler; // For dumping the stack. variable
3102 QuickExceptionHandler exception_handler(this, false); in QuickDeliverException()
43 QuickExceptionHandler exception_handler(self, true); in artDeoptimizeImpl()
742 QuickExceptionHandler::DumpFramesWithType(self, true); in artQuickToInterpreterBridge()