Home | History | Annotate | Download | only in compiler

Lines Matching defs:deopt

110 function h(t, deopt) {
118 deopt.deopt;
123 function j(t, deopt) {
131 deopt.deopt;
136 function k(t, deopt) {
144 deopt.deopt;
149 function l(t, deopt) {
157 deopt.deopt;
162 function m0(t, deopt) {
165 deopt.deopt;
171 function m(t, deopt) {
172 return m0(t, deopt);
177 var d = {deopt: false};
288 arr.push(":"); // Force deopt at the end of the loop.