Lines Matching refs:deopt
29 var deopt = undefined; // either true or false
75 if (deopt) %DeoptimizeFunction(f);
81 if (deopt) %DeoptimizeFunction(f);
87 if (deopt) %DeoptimizeFunction(f);
95 if (deopt) %DeoptimizeFunction(f);
137 if (deopt) %DeoptimizeFunction(f);
143 if (deopt) %DeoptimizeFunction(f);
153 if (deopt) %DeoptimizeFunction(f);
159 if (deopt) %DeoptimizeFunction(f);
235 deopt, # deopt inside inlined function
278 # deopt, or do any alternative.
280 (catchWithLocal or endReturnLocal or deopt or anyAlternative)):
289 if doFinally and deopt: return
292 # catchReturns, and no catchThrows, and deopt.
294 (not endReturnLocal or catchReturns or catchThrows or not deopt)):
351 write( " deopt = {};".format("true" if deopt else "false"))
523 "deopt"