Home
last modified time | relevance | path

Searched refs:suspend_check_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dnodes.cc851 if (suspend_check_ == nullptr) { in Populate()
857 DCHECK(suspend_check_->HasEnvironment()); in Populate()
858 if (!suspend_check_->GetEnvironment()->IsFromInlinedInvoke()) { in Populate()
Dnodes.h788 suspend_check_(nullptr), in HLoopInformation()
813 HSuspendCheck* GetSuspendCheck() const { return suspend_check_; } in GetSuspendCheck()
814 void SetSuspendCheck(HSuspendCheck* check) { suspend_check_ = check; } in SetSuspendCheck()
815 bool HasSuspendCheck() const { return suspend_check_ != nullptr; } in HasSuspendCheck()
896 HSuspendCheck* suspend_check_; variable