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

  /art/compiler/optimizing/
nodes.cc 685 if (suspend_check_ == nullptr) {
691 DCHECK(suspend_check_->HasEnvironment());
692 if (!suspend_check_->GetEnvironment()->IsFromInlinedInvoke()) {
    [all...]
nodes.h 750 suspend_check_(nullptr),
772 HSuspendCheck* GetSuspendCheck() const { return suspend_check_; }
773 void SetSuspendCheck(HSuspendCheck* check) { suspend_check_ = check; }
774 bool HasSuspendCheck() const { return suspend_check_ != nullptr; }
845 HSuspendCheck* suspend_check_; member in class:art::HLoopInformation
    [all...]

Completed in 81 milliseconds