HomeSort by relevance Sort by last modified time
    Searched defs:QuickExceptionHandler (Results 1 - 2 of 2) sorted by null

  /art/runtime/
quick_exception_handler.h 36 class QuickExceptionHandler {
38 QuickExceptionHandler(Thread* self, bool is_deoptimization)
41 ~QuickExceptionHandler() {
103 DISALLOW_COPY_AND_ASSIGN(QuickExceptionHandler);
quick_exception_handler.cc 34 QuickExceptionHandler::QuickExceptionHandler(Thread* self, bool is_deoptimization)
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)
279 QuickExceptionHandler* const exception_handler_;
285 void QuickExceptionHandler::DeoptimizeStack() {
335 void QuickExceptionHandler::UpdateInstrumentationStack() {
348 void QuickExceptionHandler::DoLongJump()
    [all...]

Completed in 55 milliseconds