Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1265 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
Dspaces.h2086 bool GrowTo(int new_capacity);