Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.h40 class QuickExceptionHandler {
42 QuickExceptionHandler(Thread* self, bool is_deoptimization)
45 NO_RETURN ~QuickExceptionHandler() { in ~QuickExceptionHandler()
172 DISALLOW_COPY_AND_ASSIGN(QuickExceptionHandler);
Dquick_exception_handler.cc43 QuickExceptionHandler::QuickExceptionHandler(Thread* self, bool is_deoptimization) in QuickExceptionHandler() function in art::QuickExceptionHandler
63 QuickExceptionHandler* exception_handler) in CatchBlockStackVisitor()
139 QuickExceptionHandler* const exception_handler_;
144 void QuickExceptionHandler::FindCatch(ObjPtr<mirror::Throwable> exception) { in FindCatch()
216 void QuickExceptionHandler::SetCatchEnvironmentForOptimizedHandler(StackVisitor* stack_visitor) { in SetCatchEnvironmentForOptimizedHandler()
288 QuickExceptionHandler* exception_handler, in DeoptimizeStackVisitor()
499 QuickExceptionHandler* const exception_handler_;
511 void QuickExceptionHandler::PrepareForLongJumpToInvokeStubOrInterpreterBridge() { in PrepareForLongJumpToInvokeStubOrInterpreterBridge()
526 void QuickExceptionHandler::DeoptimizeStack() { in DeoptimizeStack()
537 void QuickExceptionHandler::DeoptimizeSingleFrame(DeoptimizationKind kind) { in DeoptimizeSingleFrame()
[all …]
Dthread.h1764 friend class QuickExceptionHandler; // For dumping the stack. variable
Dthread.cc3379 QuickExceptionHandler exception_handler(this, false); in QuickDeliverException()
/art/runtime/entrypoints/quick/
Dquick_deoptimization_entrypoints.cc43 QuickExceptionHandler exception_handler(self, true); in artDeoptimizeImpl()
Dquick_trampoline_entrypoints.cc726 QuickExceptionHandler::DumpFramesWithType(self, true); in HandleDeoptimization()