Lines Matching full:grow
1947 // We fit and could grow elements.
3490 Label miss_force_generic, transition_elements_kind, grow, slow;
3521 __ Branch(&grow, hs, key_reg, Operand(scratch));
3570 // Grow the array by a single element if possible.
3571 __ bind(&grow);
3624 // Grow the array and finish the store.
3651 Label miss_force_generic, transition_elements_kind, grow, slow;
3684 __ Branch(&grow, hs, key_reg, Operand(scratch1));
3712 // Grow the array by a single element if possible.
3713 __ bind(&grow);
3785 // Grow the array and finish the store.