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

  /art/compiler/optimizing/
nodes.h 59 class HInstruction;
142 void AddInstruction(HInstruction* instruction);
143 void RemoveInstruction(HInstruction* instruction);
146 void InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor);
147 void InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor);
150 bool Contains(HInstruction* instruction) const;
155 bool FoundBefore(const HInstruction* instruction1,
156 const HInstruction* instruction2) const
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h 34 class HInstruction;
459 // Declare a non-virtual predicates for each concrete HInstruction or HValue.
466 // Declare virtual predicates for abstract HInstruction or HValue
948 class HInstruction : public HValue {
950 HInstruction* next() const { return next_; }
951 HInstruction* previous() const { return previous_; }
    [all...]

Completed in 240 milliseconds