Home
last modified time | relevance | path

Searched refs:kMaxGap (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-objects-inl.h924 if (index - capacity >= JSObject::kMaxGap) return true; in ShouldConvertToSlowElements()
Djs-objects.h819 static const uint32_t kMaxGap = 1024; variable
/third_party/node/deps/v8/src/compiler/
Djs-native-context-specialization.cc3178 jsgraph()->Constant(JSObject::kMaxGap)) in BuildElementAccess()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc5327 TNode<TIndex> max_gap = IntPtrOrSmiConstant<TIndex>(JSObject::kMaxGap); in TryGrowElementsCapacity()