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

  /art/runtime/
quick_exception_handler.h 84 handler_quick_frame_ = handler_quick_frame;
144 ArtMethod** handler_quick_frame_; member in class:art::QuickExceptionHandler
quick_exception_handler.cc 47 handler_quick_frame_(nullptr),
158 if (*handler_quick_frame_ == nullptr) {
176 if (*handler_quick_frame_ != nullptr &&
217 DCHECK(*handler_quick_frame_ != nullptr) << "Method should not be called on upcall exceptions";
568 uintptr_t* pc_addr = reinterpret_cast<uintptr_t*>(handler_quick_frame_);
578 handler_quick_frame_ = reinterpret_cast<ArtMethod**>(
579 reinterpret_cast<uintptr_t>(handler_quick_frame_) - sizeof(void*));
642 context_->SetSP(reinterpret_cast<uintptr_t>(handler_quick_frame_));

Completed in 616 milliseconds