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

  /art/compiler/optimizing/
nodes.h 390 suspend_check_(nullptr),
403 HSuspendCheck* GetSuspendCheck() const { return suspend_check_; }
404 void SetSuspendCheck(HSuspendCheck* check) { suspend_check_ = check; }
405 bool HasSuspendCheck() const { return suspend_check_ != nullptr; }
474 HSuspendCheck* suspend_check_; member in class:art::HLoopInformation
    [all...]
nodes.cc 407 header_->RemoveInstruction(suspend_check_);
410 suspend_check_ = nullptr;
    [all...]

Completed in 372 milliseconds