Searched refs:kMaxGap (Results 1 – 5 of 5) sorted by relevance
2085 static const uint32_t kMaxGap = 1024; variable
9162 if ((index - capacity) < kMaxGap) { in SetFastElement()9425 if ((index - elms_length) < kMaxGap) { in SetFastDoubleElement()
2615 static const uint32_t kMaxGap = 1024; variable
12221 if ((index - capacity) < kMaxGap) { in SetFastElement()12500 if ((index - elms_length) < kMaxGap) { in SetFastDoubleElement()
1315 HValue* max_gap = Add<HConstant>(static_cast<int32_t>(JSObject::kMaxGap)); in BuildCheckForCapacityGrow()