Lines Matching defs:deopt
775 // Second-level deopt table entries are contiguous and small, so instead
782 Comment(";;; call deopt with frame");
797 // This variant of deopt can only be used with stubs. Since we don't
811 // Generate common code for calling the second-level deopt table.
826 // Force constant pool emission at the end of the deopt jump table to make
1823 // If we need a map later and have a smi, deopt.
1883 // We've seen something for the first time -> deopt.
2021 Label deopt, done;
2026 __ B(eq, &deopt);
2040 __ bind(&deopt);
2152 // to force a deopt.
2580 // Issue the division first, and then check for any deopt cases whilst the
2598 // If the divisor < 0 (mi), compare the dividend, and deopt if it is
2601 // condition ne, so we don't deopt, ie. positive divisor doesn't deopt.
2613 // dividend isn't -1, and thus we shouldn't deopt.
2618 // Compute remainder and deopt if it's not zero.
3107 // Deopt if value > 0x80000000.
4957 // Deopt on smi, which means the elements array changed to dictionary mode.