Home
last modified time | relevance | path

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

/external/v8/src/
Dspaces.cc1100 if (to_space_.GrowTo(new_capacity)) { in Grow()
1102 if (!from_space_.GrowTo(new_capacity)) { in Grow()
1126 if (!to_space_.GrowTo(from_space_.Capacity())) { in Shrink()
1351 bool SemiSpace::GrowTo(int new_capacity) { in GrowTo() function in v8::internal::SemiSpace
Dspaces.h1832 bool GrowTo(int new_capacity);