Lines Matching full:grow
1652 // We fit and could grow elements.
4167 Label miss_force_generic, transition_elements_kind, grow, slow;
4199 __ b(hs, &grow);
4252 // Grow the array by a single element if possible.
4253 __ bind(&grow);
4308 // Grow the array and finish the store.
4333 Label miss_force_generic, transition_elements_kind, grow, slow;
4364 __ b(hs, &grow);
4392 // Grow the array by a single element if possible.
4393 __ bind(&grow);
4450 // Grow the array and finish the store.