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

/art/runtime/
H A Dquick_exception_handler.h36 class QuickExceptionHandler { class in namespace:art
38 QuickExceptionHandler(Thread* self, bool is_deoptimization)
41 ~QuickExceptionHandler() {
103 DISALLOW_COPY_AND_ASSIGN(QuickExceptionHandler);
H A Dquick_exception_handler.cc34 QuickExceptionHandler::QuickExceptionHandler(Thread* self, bool is_deoptimization) function in class:art::QuickExceptionHandler
46 QuickExceptionHandler* exception_handler)
111 QuickExceptionHandler* const exception_handler_;
116 void QuickExceptionHandler::FindCatch(const ThrowLocation& throw_location,
172 DeoptimizeStackVisitor(Thread* self, Context* context, QuickExceptionHandler* exception_handler)
276 QuickExceptionHandler* const exception_handler_;
282 void QuickExceptionHandler::DeoptimizeStack() {
332 void QuickExceptionHandler::UpdateInstrumentationStack() {
345 void QuickExceptionHandler
[all...]
H A Dthread.h1163 friend class QuickExceptionHandler; // For dumping the stack.
H A Dthread.cc1924 QuickExceptionHandler exception_handler(this, is_deoptimization);

Completed in 143 milliseconds