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

  /art/runtime/
quick_exception_handler.h 57 handler_quick_frame_pc_ = handler_quick_frame_pc;
93 uintptr_t handler_quick_frame_pc_; member in class:art::QuickExceptionHandler
quick_exception_handler.cc 38 handler_quick_frame_(nullptr), handler_quick_frame_pc_(0), handler_method_(nullptr),
352 CHECK_NE(handler_quick_frame_pc_, 0u);
353 context_->SetPC(handler_quick_frame_pc_);

Completed in 182 milliseconds