Home
last modified time | relevance | path

Searched refs:kMinCapacityForPretenure (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dhash-table.h184 static const int kMinCapacityForPretenure = 256; in EXPORT_TEMPLATE_DECLARE() local
Dobjects.cc5860 ((capacity > kMinCapacityForPretenure) && in EnsureCapacity()
5920 bool pretenure = (new_capacity > kMinCapacityForPretenure) && in Shrink()