Home
last modified time | relevance | path

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

/external/v8/src/
Dglobals.h366 LO_SPACE, // Promoted large objects. enumerator
370 LAST_SPACE = LO_SPACE,
Dserialize.h228 static const int kNumberOfSpaces = LO_SPACE;
/external/v8/src/heap/
Dheap-inl.h205 } else if (LO_SPACE == space) { in AllocateRaw()
459 case LO_SPACE: in AllowedToBeMigrated()
Dincremental-marking.cc175 chunk->owner()->identity() == LO_SPACE) { in VisitFixedArrayIncremental()
324 if (chunk->owner()->identity() == LO_SPACE && in SetOldSpacePageFlags()
Dheap.cc3440 MemoryChunk::FromAddress(address)->owner()->identity() != LO_SPACE) { in AllocateCode()
4483 case LO_SPACE: in InSpace()
5130 lo_space_ = new LargeObjectSpace(this, max_old_generation_size_, LO_SPACE); in SetUp()
5417 case LO_SPACE: in next()
5529 case LO_SPACE: in CreateIterator()
6033 if (chunk->owner()->identity() == LO_SPACE) { in FreeQueuedChunks()
Dheap.h616 case LO_SPACE: in paged_space()
1654 if (object_size > Page::kMaxRegularHeapObjectSize) return LO_SPACE; in SelectSpace()
Dmark-compact.cc707 case LO_SPACE: in AllocationSpaceName()
2890 DCHECK(dest != LO_SPACE && size <= Page::kMaxRegularHeapObjectSize); in MigrateObject()