Searched refs:is_from_space (Results 1 – 1 of 1) sorted by relevance
2764 bool is_from_space = (id_ == kFromSpace); in AllocateChunk() local2774 CHECK(page->IsFlagSet(is_from_space ? MemoryChunk::IN_FROM_SPACE in AllocateChunk()2776 CHECK(!page->IsFlagSet(is_from_space ? MemoryChunk::IN_TO_SPACE in AllocateChunk()2779 if (!is_from_space) { in AllocateChunk()