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 144 HInstructionList() : first_instruction_(nullptr), last_instruction_(nullptr) {}
162 bool IsEmpty() const { return first_instruction_ == nullptr; }
163 void Clear() { first_instruction_ = last_instruction_ = nullptr; }
176 HInstruction* first_instruction_; member in class:art::HInstructionList
    [all...]

Completed in 55 milliseconds