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

  /art/compiler/optimizing/
nodes.h 31 class HInstruction;
56 void AddInstruction(HInstruction* instruction);
57 void RemoveInstruction(HInstruction* instruction);
60 HInstruction* first_instruction_;
61 HInstruction* last_instruction_;
184 // The current id to assign to a newly added instruction. See HInstruction.id_.
302 HInstruction* GetFirstInstruction() const { return instructions_.first_instruction_; }
303 HInstruction* GetLastInstruction() const { return instructions_.last_instruction_; }
306 HInstruction* GetFirstPhi() const { return phis_.first_instruction_; }
352 void AddInstruction(HInstruction* instruction)
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.h 32 class HInstruction;
539 // Declare a non-virtual predicates for each concrete HInstruction or HValue.
546 // Declare virtual predicates for abstract HInstruction or HValue
    [all...]

Completed in 1276 milliseconds