Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.h36 class QuickExceptionHandler {
38 QuickExceptionHandler(Thread* self, bool is_deoptimization)
41 NO_RETURN ~QuickExceptionHandler() { in ~QuickExceptionHandler()
135 DISALLOW_COPY_AND_ASSIGN(QuickExceptionHandler);
Dquick_exception_handler.cc40 QuickExceptionHandler::QuickExceptionHandler(Thread* self, bool is_deoptimization) in QuickExceptionHandler() function in art::QuickExceptionHandler
59 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 …]
Dthread.h1524 friend class QuickExceptionHandler; // For dumping the stack. variable
Dthread.cc2607 QuickExceptionHandler exception_handler(this, is_deoptimization); in QuickDeliverException()
/art/runtime/entrypoints/quick/
Dquick_deoptimization_entrypoints.cc57 QuickExceptionHandler exception_handler(self, true); in artDeoptimizeFromCompiledCode()
Dquick_trampoline_entrypoints.cc686 QuickExceptionHandler::DumpFramesWithType(self, true); in artQuickToInterpreterBridge()