Home | History | Annotate | Download | only in x64

Lines Matching full:grow

1492       // We fit and could grow elements.
3546 Label miss_force_generic, transition_elements_kind, finish_store, grow;
3565 __ j(above_equal, &grow);
3609 // Grow the array by a single element if possible.
3610 __ bind(&grow);
3666 // Grow the array and finish the store.
3689 Label grow, slow, check_capacity;
3705 __ j(above_equal, &grow);
3734 // Grow the array by a single element if possible.
3735 __ bind(&grow);
3789 // Grow the array and finish the store.