Searched refs:QuickExceptionHandler (Results 1 – 4 of 4) sorted by relevance
36 class QuickExceptionHandler {38 QuickExceptionHandler(Thread* self, bool is_deoptimization)41 ~QuickExceptionHandler() { in ~QuickExceptionHandler()103 DISALLOW_COPY_AND_ASSIGN(QuickExceptionHandler);
34 QuickExceptionHandler::QuickExceptionHandler(Thread* self, bool is_deoptimization) in QuickExceptionHandler() function in art::QuickExceptionHandler46 QuickExceptionHandler* exception_handler) in CatchBlockStackVisitor()111 QuickExceptionHandler* const exception_handler_;116 void QuickExceptionHandler::FindCatch(const ThrowLocation& throw_location, in FindCatch()172 DeoptimizeStackVisitor(Thread* self, Context* context, QuickExceptionHandler* exception_handler) in DeoptimizeStackVisitor()276 QuickExceptionHandler* const exception_handler_;282 void QuickExceptionHandler::DeoptimizeStack() { in DeoptimizeStack()332 void QuickExceptionHandler::UpdateInstrumentationStack() { in UpdateInstrumentationStack()345 void QuickExceptionHandler::DoLongJump() { in DoLongJump()
1163 friend class QuickExceptionHandler; // For dumping the stack. variable
1924 QuickExceptionHandler exception_handler(this, is_deoptimization); in QuickDeliverException()