Home | History | Annotate | Download | only in ia32

Lines Matching defs:deopt

307     // This variant of deopt can only be used with stubs. Since we don't
939 // deopt in this case because we can't return a NaN.
946 // have to deopt if we care about -0, because we can't return that.
1888 // If we need a map later and have a Smi -> deopt.
1945 // We've seen something for the first time -> deopt.
3862 // Deopt if the key is outside Smi range. The stub expects Smi and would
3863 // bump the elements into dictionary mode (and trigger a deopt) anyways.
3877 // Deopt on smi, which means the elements array changed to dictionary mode.
4545 Label deopt, done;
4552 __ j(zero, &deopt);
4566 __ bind(&deopt);