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

  /art/compiler/optimizing/
nodes.h 56 class HInstruction;
138 void AddInstruction(HInstruction* instruction);
139 void RemoveInstruction(HInstruction* instruction);
142 void InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor);
143 void InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor);
146 bool Contains(HInstruction* instruction) const;
151 bool FoundBefore(const HInstruction* instruction1,
152 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 482 milliseconds