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 302 instructions_.first_instruction_ = instruction;
367 if (first_instruction_ == nullptr) {
369 first_instruction_ = last_instruction_ = instruction;
387 if (instruction == first_instruction_) {
388 first_instruction_ = instruction->next_;
nodes.h 54 HInstructionList() : first_instruction_(nullptr), last_instruction_(nullptr) {}
60 HInstruction* first_instruction_; member in class:art::HInstructionList
302 HInstruction* GetFirstInstruction() const { return instructions_.first_instruction_; }
306 HInstruction* GetFirstPhi() const { return phis_.first_instruction_; }
690 : instruction_(instructions.first_instruction_) {
    [all...]

Completed in 1720 milliseconds