Home
last modified time | relevance | path

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

/external/v8/test/cctest/heap/
Dtest-spaces.cc152 size_t commit_area_size, in VerifyMemoryChunk() argument
169 commit_area_size, in VerifyMemoryChunk()
186 CHECK(static_cast<size_t>(memory_chunk->area_size()) == commit_area_size); in VerifyMemoryChunk()
/external/v8/src/heap/
Dspaces.cc572 intptr_t commit_area_size, in AllocateChunk() argument
575 DCHECK(commit_area_size <= reserve_area_size); in AllocateChunk()
628 size_t commit_size = RoundUp(CodePageGuardStartOffset() + commit_area_size, in AllocateChunk()
659 ZapBlock(base + CodePageAreaStartOffset(), commit_area_size); in AllocateChunk()
663 area_end = area_start + commit_area_size; in AllocateChunk()
668 RoundUp(MemoryChunk::kObjectStartOffset + commit_area_size, in AllocateChunk()
677 ZapBlock(base, Page::kObjectStartOffset + commit_area_size); in AllocateChunk()
681 area_end = area_start + commit_area_size; in AllocateChunk()
Dspaces.h1277 intptr_t commit_area_size,