Home | History | Annotate | Download | only in x87

Lines Matching defs:deopt

308     // This variant of deopt can only be used with stubs. Since we don't
654 // deopt from a stub its not a problem, since we will re-materialize the
1240 // deopt in this case because we can't return a NaN.
1247 // have to deopt if we care about -0, because we can't return that.
2159 // If we need a map later and have a Smi -> deopt.
2216 // We've seen something for the first time -> deopt.
4209 // Deopt on smi, which means the elements array changed to dictionary mode.
4943 Label deopt, done;
4950 __ j(zero, &deopt);
4964 __ bind(&deopt);