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

  /art/compiler/optimizing/
nodes.cc     [all...]
nodes.h 140 HInstructionList() : first_instruction_(nullptr), last_instruction_(nullptr) {}
158 bool IsEmpty() const { return first_instruction_ == nullptr; }
159 void Clear() { first_instruction_ = last_instruction_ = nullptr; }
172 HInstruction* first_instruction_; member in class:art::HInstructionList
    [all...]

Completed in 2526 milliseconds