Searched refs:ShrinkTo (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dspaces.cc1105 if (!to_space_.ShrinkTo(from_space_.Capacity())) {
1120 to_space_.ShrinkTo(rounded_new_capacity)) {
1123 if (!from_space_.ShrinkTo(rounded_new_capacity)) {
1389 bool SemiSpace::ShrinkTo(int new_capacity) { function in class:v8::internal::SemiSpace
H A Dspaces.h1837 bool ShrinkTo(int new_capacity);

Completed in 43 milliseconds