Home | History | Annotate | Download | only in arm64

Lines Matching refs:can_deopt

2024   bool can_deopt = false;
2026 can_deopt = !instr->CheckFlag(HInstruction::kUint32);
2031 result = DefineAsRegister(new (zone()) LShiftI(op, left, right, can_deopt));
2034 result = DefineAsRegister(new (zone()) LShiftS(op, left, right, can_deopt));
2037 return can_deopt ? AssignEnvironment(result) : result;