Home | History | Annotate | Download | only in mjsunit

Lines Matching full:site

135   // Case: [1,2,3] as allocation site
145 // don't have allocation site information attached.
154 // store site. So, the elements kind will be double.
204 // Case: new Array() as allocation site, smi->double
218 // Case: new Array() as allocation site, smi->fast
232 // Case: new Array(length) as allocation site
255 // Case: new Array(<length>) as allocation site, smi->fast
354 // instanceof_check2 is here because the call site goes through a state.
367 // the call site not being monomorphic to Array.
387 // Case: make sure nested arrays benefit from allocation site feedback as