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 71 handler_quick_frame_pc_ = handler_quick_frame_pc;
121 uintptr_t handler_quick_frame_pc_; member in class:art::QuickExceptionHandler
quick_exception_handler.cc 47 handler_quick_frame_pc_(0),
528 handler_quick_frame_pc_ = *reinterpret_cast<uintptr_t*>(
601 CHECK_NE(handler_quick_frame_pc_, 0u);
602 context_->SetPC(handler_quick_frame_pc_);

Completed in 157 milliseconds