Home | History | Annotate | Download | only in mips64

Lines Matching defs:deopt

318       // Second-level deopt table entries are contiguous and small, so instead
324 Comment(";;; call deopt with frame");
337 Comment(";;; call deopt with frame");
347 // This variant of deopt can only be used with stubs. Since we don't
355 Comment(";;; call deopt");
1010 // Check for x % 0, we have to deopt in this case because we can't return a
1018 // want. We have to deopt if we care about -0, because we can't return that.
2108 // If we need a map later and have a Smi -> deopt.
2164 // We've seen something for the first time -> deopt.
3454 // Deopt if the operation did not succeed.
4259 // Deopt
4812 // Deopt if the operation did not succeed (except_flag != 0).
4847 // Deopt if the operation did not succeed (except_flag != 0).
4955 Label deopt, done;
4960 __ Branch(&deopt, eq, at, Operand(zero_reg));
4974 __ bind(&deopt);