Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-spaces.cc154 size_t commit_area_size, in VerifyMemoryChunk() argument
171 commit_area_size, in VerifyMemoryChunk()
187 CHECK(static_cast<size_t>(memory_chunk->area_size()) == commit_area_size); in VerifyMemoryChunk()
/external/v8/src/heap/
Dspaces.cc549 intptr_t commit_area_size, in AllocateChunk() argument
552 DCHECK(commit_area_size <= reserve_area_size); in AllocateChunk()
604 size_t commit_size = RoundUp(CodePageGuardStartOffset() + commit_area_size, in AllocateChunk()
628 ZapBlock(base + CodePageAreaStartOffset(), commit_area_size); in AllocateChunk()
632 area_end = area_start + commit_area_size; in AllocateChunk()
637 RoundUp(MemoryChunk::kObjectStartOffset + commit_area_size, in AllocateChunk()
646 ZapBlock(base, Page::kObjectStartOffset + commit_area_size); in AllocateChunk()
650 area_end = area_start + commit_area_size; in AllocateChunk()
Dspaces.h1051 intptr_t commit_area_size,