Searched refs:LO_SPACE (Results 1 – 7 of 7) sorted by relevance
368 LO_SPACE, // Promoted large objects. enumerator372 LAST_SPACE = LO_SPACE,
216 } else if (LO_SPACE == space) { in AllocateRaw()397 case LO_SPACE: in AllowedToBeMigrated()
186 chunk->owner()->identity() == LO_SPACE) { in VisitFixedArrayIncremental()341 if (chunk->owner()->identity() == LO_SPACE && in SetOldSpacePageFlags()
263 static const int kNumberOfSpaces = LO_SPACE;
650 case LO_SPACE: in paged_space()1721 if (object_size > Page::kMaxRegularHeapObjectSize) return LO_SPACE; in SelectSpace()
4515 case LO_SPACE: in InSpace()5190 lo_space_ = new LargeObjectSpace(this, max_old_generation_size_, LO_SPACE); in SetUp()5478 case LO_SPACE: in next()5593 case LO_SPACE: in CreateIterator()6291 if (chunk->owner()->identity() == LO_SPACE) { in FreeQueuedChunks()
704 case LO_SPACE: return "LO_SPACE"; in AllocationSpaceName()2809 ASSERT(dest != LO_SPACE && size <= Page::kMaxRegularHeapObjectSize); in MigrateObject()