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

  /art/compiler/optimizing/
nodes.h 42 class HInstruction;
76 void AddInstruction(HInstruction* instruction);
77 void RemoveInstruction(HInstruction* instruction);
80 void InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor);
81 void InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor);
84 bool Contains(HInstruction* instruction) const;
89 bool FoundBefore(const HInstruction* instruction1,
90 const HInstruction* instruction2) const
    [all...]
  /external/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 121 milliseconds