Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc985 accounting_stats_.ExpandSpace(static_cast<int>(size)); in AllocateChunk()
1228 accounting_stats_.ExpandSpace(size); in AllocateChunk()
Dspaces.h1567 void ExpandSpace(int size_in_bytes) { in ExpandSpace() function