Home | History | Annotate | Download | only in mips

Lines Matching defs:deopt

345       // Second-level deopt table entries are contiguous and small, so instead
352 Comment(";;; call deopt with frame");
362 // This variant of deopt can only be used with stubs. Since we don't
370 Comment(";;; call deopt");
1021 // Check for x % 0, we have to deopt in this case because we can't return a
1029 // want. We have to deopt if we care about -0, because we can't return that.
1987 // If we need a map later and have a Smi -> deopt.
2043 // We've seen something for the first time -> deopt.
3251 // Deopt if the operation did not succeed.
4021 // Deopt if the key is outside Smi range. The stub expects Smi and would
4022 // bump the elements into dictionary mode (and trigger a deopt) anyways.
4039 // Deopt on smi, which means the elements array changed to dictionary mode.
4619 // Deopt if the operation did not succeed (except_flag != 0).
4654 // Deopt if the operation did not succeed (except_flag != 0).
4764 Label deopt, done;
4769 __ Branch(&deopt, eq, at, Operand(zero_reg));
4783 __ bind(&deopt);