Home
last modified time | relevance | path

Searched refs:QuickExceptionHandler (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dquick_exception_handler.h36 class QuickExceptionHandler {
38 QuickExceptionHandler(Thread* self, bool is_deoptimization)
41 ~QuickExceptionHandler() { in ~QuickExceptionHandler()
103 DISALLOW_COPY_AND_ASSIGN(QuickExceptionHandler);
Dquick_exception_handler.cc34 QuickExceptionHandler::QuickExceptionHandler(Thread* self, bool is_deoptimization) in QuickExceptionHandler() function in art::QuickExceptionHandler
46 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()
Dthread.h1163 friend class QuickExceptionHandler; // For dumping the stack. variable
Dthread.cc1924 QuickExceptionHandler exception_handler(this, is_deoptimization); in QuickDeliverException()