Home
last modified time | relevance | path

Searched defs:is_deoptimization (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dquick_exception_handler.cc34 QuickExceptionHandler::QuickExceptionHandler(Thread* self, bool is_deoptimization) in QuickExceptionHandler()
301 InstrumentationStackVisitor(Thread* self, bool is_deoptimization, size_t frame_depth) in InstrumentationStackVisitor()
Dthread.cc1960 bool is_deoptimization = (exception == GetDeoptimizationException()); in QuickDeliverException() local