Searched defs:HInstruction (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h32 class HInstruction;
539 // Declare a non-virtual predicates for each concrete HInstruction or HValue.
546 // Declare virtual predicates for abstract HInstruction or HValue
1053 // the HInstruction in the compact form. Uses tagging to distinguish between
1145 class HInstruction : public HValue { class in namespace:v8
1147 HInstruction* next() const { return next_; }
1148 HInstruction* previous() const { return previous_; }
1156 void InsertBefore(HInstruction* next);
1163 void InsertAfter(HInstruction* previous);
1193 bool Dominates(HInstruction* othe
1210 explicit HInstruction(HType type = HType::Tagged()) function in class:v8::HInstruction
[all...]

Completed in 405 milliseconds