Home
last modified time | relevance | path

Searched refs:old_space_size (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dheap.h2414 size_t* old_space_size; // 3 variable
Dheap.cc5191 *stats->old_space_size = old_space_->SizeOfObjects(); in RecordStats()
/external/v8/src/
Dapi.cc330 size_t old_space_size; in FatalProcessOutOfMemory() local
331 heap_stats.old_space_size = &old_space_size; in FatalProcessOutOfMemory()
860 int old_space_size = constraints.max_old_space_size(); in SetResourceConstraints() local
864 if (semi_space_size != 0 || old_space_size != 0 || in SetResourceConstraints()
866 isolate->heap()->ConfigureHeap(semi_space_size, old_space_size, in SetResourceConstraints()