Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:operation_

4390   Operation operation() { return operation_; }
4397 HMathMinMax::cast(other)->operation_ == operation_;
4404 : HArithmeticBinaryOperation(context, left, right), operation_(op) {}
4406 Operation operation_;