Home | History | Annotate | Download | only in s390

Lines Matching refs:can_deopt

1060   LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt)
1061 : op_(op), can_deopt_(can_deopt) {
1069 bool can_deopt() const { return can_deopt_; }