Searched refs:suspend_check_ (Results 1 - 2 of 2) sorted by path

/art/compiler/optimizing/
H A Dnodes.cc682 if (suspend_check_ == nullptr) {
688 DCHECK(suspend_check_->HasEnvironment());
689 if (!suspend_check_->GetEnvironment()->IsFromInlinedInvoke()) {
H A Dnodes.h651 suspend_check_(nullptr),
673 HSuspendCheck* GetSuspendCheck() const { return suspend_check_; }
674 void SetSuspendCheck(HSuspendCheck* check) { suspend_check_ = check; }
675 bool HasSuspendCheck() const { return suspend_check_ != nullptr; }
744 HSuspendCheck* suspend_check_; member in class:art::HLoopInformation

Completed in 77 milliseconds