Home | History | Annotate | Download | only in mips

Lines Matching full:grow

1650       // We fit and could grow elements.
4222 Label miss_force_generic, transition_elements_kind, grow, slow;
4253 __ Branch(&grow, hs, key_reg, Operand(scratch));
4306 // Grow the array by a single element if possible.
4307 __ bind(&grow);
4361 // Grow the array and finish the store.
4388 Label miss_force_generic, transition_elements_kind, grow, slow;
4418 __ Branch(&grow, hs, key_reg, Operand(scratch1));
4449 // Grow the array by a single element if possible.
4450 __ bind(&grow);
4505 // Grow the array and finish the store.