Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1552 if (to_space_.GrowTo(new_capacity)) { in AllocateChunk()
1554 if (!from_space_.GrowTo(new_capacity)) { in AllocateChunk()
1578 if (!to_space_.GrowTo(from_space_.current_capacity())) { in AllocateChunk()
1972 bool SemiSpace::GrowTo(size_t new_capacity) { in AllocateChunk() function in v8::internal::SemiSpace
Dspaces.h2218 bool GrowTo(size_t new_capacity);