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 NO_RETURN ~QuickExceptionHandler() {
135 DISALLOW_COPY_AND_ASSIGN(QuickExceptionHandler);
quick_exception_handler.cc 40 QuickExceptionHandler::QuickExceptionHandler(Thread* self, bool is_deoptimization)
59 QuickExceptionHandler* exception_handler)
135 QuickExceptionHandler* const exception_handler_;
140 void QuickExceptionHandler::FindCatch(mirror::Throwable* exception) {
212 void QuickExceptionHandler::SetCatchEnvironmentForOptimizedHandler(StackVisitor* stack_visitor) {
283 QuickExceptionHandler* exception_handler,
474 QuickExceptionHandler* const exception_handler_;
485 void QuickExceptionHandler::DeoptimizeStack() {
498 void QuickExceptionHandler::DeoptimizeSingleFrame()
    [all...]

Completed in 326 milliseconds