Lines Matching full:is_from_space
1494 bool is_from_space = (id_ == kFromSpace);1500 CHECK(page->IsFlagSet(is_from_space ? MemoryChunk::IN_FROM_SPACE1502 CHECK(!page->IsFlagSet(is_from_space ? MemoryChunk::IN_TO_SPACE1505 if (!is_from_space) {