Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:Array

66   // Large array should deopt to runtimea
68 a5 = new Array();
100 // Large array should deopt to runtime
130 transition3(c3, 0, new Array());
136 // Large array under the deopt threshold should be able to trigger GC without
145 transition3(c4, 0, new Array(5));
151 // Large array should deopt to runtime
159 transition3(c5, 0, new Array(5));
184 transition4(d3, 0, new Array());
190 // Large array under the deopt threshold should be able to trigger GC without
199 transition4(d4, 0, new Array(5));
206 // Large array should deopt to runtime
214 transition4(d5, 0, new Array(5));