H A D | loop-variable-optimizer.h | 29 enum ArithmeticType { kAddition, kSubtraction }; enum in v8::internal::compiler::InductionVariable 40 ArithmeticType Type() { return arithmeticType_; } in Type() 47 Node* init_value, Zone* zone, ArithmeticType arithmeticType) in InductionVariable() 67 ArithmeticType arithmeticType_;
|