Home | History | Annotate | Download | only in arm64

Lines Matching refs:can_deopt

2235   bool can_deopt = false;
2238 can_deopt = !instr->CheckFlag(HInstruction::kUint32);
2240 can_deopt = !instr->CheckUsesForFlag(HValue::kTruncatingToInt32);
2246 result = DefineAsRegister(new (zone()) LShiftI(op, left, right, can_deopt));
2249 result = DefineAsRegister(new (zone()) LShiftS(op, left, right, can_deopt));
2252 return can_deopt ? AssignEnvironment(result) : result;