Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1322 bool NewSpace::SetUp(int reserved_semispace_capacity, in AllocateChunk() argument
1332 size_t size = 2 * reserved_semispace_capacity; in AllocateChunk()
1354 DCHECK(reserved_semispace_capacity == heap()->ReservedSemiSpaceSize()); in AllocateChunk()
1357 DCHECK(IsAddressAligned(chunk_base_, 2 * reserved_semispace_capacity, 0)); in AllocateChunk()
1361 from_space_.SetUp(chunk_base_ + reserved_semispace_capacity, in AllocateChunk()
1370 address_mask_ = ~(2 * reserved_semispace_capacity - 1); in AllocateChunk()