Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc2162 if (!to_space_.ShrinkTo(from_space_.current_capacity())) { in AllocateChunk()
2177 to_space_.ShrinkTo(rounded_new_capacity)) { in AllocateChunk()
2180 if (!from_space_.ShrinkTo(rounded_new_capacity)) { in AllocateChunk()
2654 bool SemiSpace::ShrinkTo(size_t new_capacity) { in AllocateChunk() function in v8::internal::SemiSpace
Dspaces.h2444 bool ShrinkTo(size_t new_capacity);