Home | History | Annotate | Download | only in x64

Lines Matching refs:does_deopt

702     bool does_deopt = false;
711 does_deopt = !instr->CheckUsesForFlag(HValue::kTruncatingToSmi);
721 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
723 does_deopt = !instr->CheckUsesForFlag(HValue::kTruncatingToInt32);
728 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt));
729 return does_deopt ? AssignEnvironment(result) : result;