Lines Matching full:grow
1833 // We fit and could grow elements.
3260 Label miss_force_generic, transition_elements_kind, finish_store, grow;
3279 __ j(above_equal, &grow);
3320 // Grow the array by a single element if possible.
3321 __ bind(&grow);
3377 // Grow the array and finish the store.
3399 Label grow, slow, check_capacity, restore_key_transition_elements_kind;
3415 __ j(above_equal, &grow);
3442 // Grow the array by a single element if possible.
3443 __ bind(&grow);
3507 // Grow the array and finish the store.