Home | History | Annotate | Download | only in src

Lines Matching refs:Grow

1100 void NewSpace::Grow() {
1102 if (to_space_.Grow()) {
1103 // Only grow from space if we managed to grow to space.
1104 if (!from_space_.Grow()) {
1105 // If we managed to grow to space but couldn't grow from space,
1110 V8::FatalProcessOutOfMemory("Failed to grow new space.");
1128 // space, attempt to grow to space again.
1232 // memory of size 'capacity' when set up, and does not grow or shrink
1257 bool SemiSpace::Grow() {