Home | History | Annotate | Download | only in s390

Lines Matching defs:deopt

327       // Second-level deopt table entries are contiguous and small, so instead
334 Comment(";;; call deopt with frame");
344 // This variant of deopt can only be used with stubs. Since we don't
353 Comment(";;; call deopt");
963 // want. We have to deopt if we care about -0, because we can't return that.
2172 // If we need a map later and have a Smi -> deopt.
2229 // We've seen something for the first time -> deopt.
4304 // Deopt if the key is outside Smi range. The stub expects Smi and would
4305 // bump the elements into dictionary mode (and trigger a deopt) anyways.
4321 // Deopt on smi, which means the elements array changed to dictionary mode.
5010 Label deopt, done;
5015 __ beq(&deopt);
5029 __ bind(&deopt);