Home | History | Annotate | Download | only in src

Lines Matching defs:new_capacity

1392       HValue* new_capacity = AddUncasted<HAdd>(length, delta);
1396 Add<HBoundsCheck>(new_capacity,
1403 BuildAllocateAndInitializeArray(kind, new_capacity);
1405 BuildCopyProperties(properties, new_properties, length, new_capacity);