Lines Matching full:current_capacity
1307 HValue* current_capacity = AddLoadFixedArrayLength(elements);1311 capacity_checker.If<HCompareNumericAndBranch>(key, current_capacity,1316 HValue* max_capacity = AddUncasted<HAdd>(current_capacity, max_gap);