Home | History | Annotate | Download | only in src

Lines Matching refs:max_gap

1325   HValue* max_gap = Add<HConstant>(static_cast<int32_t>(JSObject::kMaxGap));
1326 HValue* max_capacity = AddUncasted<HAdd>(current_capacity, max_gap);