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

/external/chromium_org/v8/src/heap/
H A Dspaces.cc1270 if (!to_space_.ShrinkTo(from_space_.TotalCapacity())) {
1285 to_space_.ShrinkTo(rounded_new_capacity)) {
1288 if (!from_space_.ShrinkTo(rounded_new_capacity)) {
1572 bool SemiSpace::ShrinkTo(int new_capacity) { function in class:v8::internal::SemiSpace
H A Dspaces.h2091 bool ShrinkTo(int new_capacity);

Completed in 742 milliseconds