Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc2010 bool is_from_space = (id_ == kFromSpace); in AllocateChunk() local
2016 CHECK(page->IsFlagSet(is_from_space ? MemoryChunk::IN_FROM_SPACE in AllocateChunk()
2018 CHECK(!page->IsFlagSet(is_from_space ? MemoryChunk::IN_TO_SPACE in AllocateChunk()
2021 if (!is_from_space) { in AllocateChunk()