Searched refs:GrowTo (Results 1 – 2 of 2) sorted by relevance
1414 if (to_space_.GrowTo(new_capacity)) { in AllocateChunk()1416 if (!from_space_.GrowTo(new_capacity)) { in AllocateChunk()1433 if (to_space_.GrowTo(new_capacity)) { in AllocateChunk()1437 if (!from_space_.GrowTo(new_capacity)) { in AllocateChunk()1470 if (!to_space_.GrowTo(from_space_.TotalCapacity())) { in AllocateChunk()1856 bool SemiSpace::GrowTo(int new_capacity) { in AllocateChunk() function in v8::internal::SemiSpace
2381 bool GrowTo(int new_capacity);