Searched refs:QuickExceptionHandler (Results 1 – 6 of 6) sorted by relevance
48 QuickExceptionHandler::QuickExceptionHandler(Thread* self, bool is_deoptimization) in QuickExceptionHandler() function in art::QuickExceptionHandler69 QuickExceptionHandler* exception_handler, in CatchBlockStackVisitor()139 QuickExceptionHandler* const exception_handler_;148 void QuickExceptionHandler::FindCatch(ObjPtr<mirror::Throwable> exception) { in FindCatch()305 QuickExceptionHandler* exception_handler, in DeoptimizeStackVisitor()544 QuickExceptionHandler* const exception_handler_;571 void QuickExceptionHandler::DeoptimizeStack() { in DeoptimizeStack()582 void QuickExceptionHandler::DeoptimizeSingleFrame(DeoptimizationKind kind) { in DeoptimizeSingleFrame()634 uintptr_t QuickExceptionHandler::UpdateInstrumentationStack() { in UpdateInstrumentationStack()645 void QuickExceptionHandler::DoLongJump(bool smash_caller_saves) { in DoLongJump()[all …]
40 class QuickExceptionHandler {42 QuickExceptionHandler(Thread* self, bool is_deoptimization)45 NO_RETURN ~QuickExceptionHandler() { in ~QuickExceptionHandler()167 DISALLOW_COPY_AND_ASSIGN(QuickExceptionHandler);
1906 friend class QuickExceptionHandler; // For dumping the stack. variable
3694 QuickExceptionHandler exception_handler(this, false); in QuickDeliverException()
42 QuickExceptionHandler exception_handler(self, true); in artDeoptimizeImpl()
604 QuickExceptionHandler::DumpFramesWithType(self, true); in HandleDeoptimization()