Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc2126 bool is_from_space = (id_ == kFromSpace); in AllocateChunk() local
2132 CHECK(page->IsFlagSet(is_from_space ? MemoryChunk::IN_FROM_SPACE in AllocateChunk()
2134 CHECK(!page->IsFlagSet(is_from_space ? MemoryChunk::IN_TO_SPACE in AllocateChunk()
2137 if (!is_from_space) { in AllocateChunk()