Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1414 if (to_space_.GrowTo(new_capacity)) { in AllocateChunk()
1416 if (!from_space_.GrowTo(new_capacity)) { in AllocateChunk()
1433 if (to_space_.GrowTo(new_capacity)) { in AllocateChunk()
1437 if (!from_space_.GrowTo(new_capacity)) { in AllocateChunk()
1470 if (!to_space_.GrowTo(from_space_.TotalCapacity())) { in AllocateChunk()
1856 bool SemiSpace::GrowTo(int new_capacity) { in AllocateChunk() function in v8::internal::SemiSpace
Dspaces.h2381 bool GrowTo(int new_capacity);