Home | History | Annotate | Download | only in arm

Lines Matching full:grow

1929       // We fit and could grow elements.
3413 Label miss_force_generic, transition_elements_kind, grow, slow;
3445 __ b(hs, &grow);
3489 // Grow the array by a single element if possible.
3490 __ bind(&grow);
3544 // Grow the array and finish the store.
3568 Label miss_force_generic, transition_elements_kind, grow, slow;
3599 __ b(hs, &grow);
3617 // Grow the array by a single element if possible.
3618 __ bind(&grow);
3685 // Grow the array and finish the store.