Searched refs:is_from_space (Results 1 – 1 of 1) sorted by relevance
2126 bool is_from_space = (id_ == kFromSpace); in AllocateChunk() local2132 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()