Home | History | Annotate | Download | only in src

Lines Matching refs:current_capacity

1317   HValue* current_capacity = AddLoadFixedArrayLength(elements);
1321 capacity_checker.If<HCompareNumericAndBranch>(key, current_capacity,
1326 HValue* max_capacity = AddUncasted<HAdd>(current_capacity, max_gap);