Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc17239 const int kMinCapacityForPretenure = 256; in EnsureCapacity() local
17241 ((capacity > kMinCapacityForPretenure) && in EnsureCapacity()
17287 const int kMinCapacityForPretenure = 256; in Shrink() local
17289 (at_least_room_for > kMinCapacityForPretenure) && in Shrink()