Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc17283 int at_least_room_for = nof; in Shrink() local
17284 if (at_least_room_for < 16) return table; in Shrink()
17289 (at_least_room_for > kMinCapacityForPretenure) && in Shrink()
17293 at_least_room_for, in Shrink()