Searched refs:GrowTo (Results 1 – 2 of 2) sorted by relevance
1265 if (to_space_.GrowTo(new_capacity)) { in Grow()1267 if (!from_space_.GrowTo(new_capacity)) { in Grow()1291 if (!to_space_.GrowTo(from_space_.TotalCapacity())) { in Shrink()1537 bool SemiSpace::GrowTo(int new_capacity) { in GrowTo() function in v8::internal::SemiSpace
2086 bool GrowTo(int new_capacity);