Home | History | Annotate | Download | only in arm64

Lines Matching refs:can_deopt

2388   LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt)
2389 : op_(op), can_deopt_(can_deopt) {
2397 bool can_deopt() const { return can_deopt_; }
2409 LShiftS(Token::Value op, LOperand* left, LOperand* right, bool can_deopt)
2410 : op_(op), can_deopt_(can_deopt) {
2418 bool can_deopt() const { return can_deopt_; }