Home | History | Annotate | Download | only in x64

Lines Matching defs:can_deopt

901   LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt)
902 : op_(op), can_deopt_(can_deopt) {
909 bool can_deopt() const { return can_deopt_; }