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

/external/v8/src/
H A Dobjects.cc11024 int at_least_room_for = nof; local
11025 if (at_least_room_for < 16) return this;
11029 (at_least_room_for > kMinCapacityForPretenure) &&
11033 Allocate(at_least_room_for, pretenure ? TENURED : NOT_TENURED);

Completed in 47 milliseconds