Home
last modified time | relevance | path

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

/external/v8/src/
Daddress-map.h76 DCHECK_NE(LO_SPACE, space); in BackReference()
88 return SerializerReference(SpaceBits::encode(LO_SPACE) | in LargeObjectReference()
Dglobals.h494 LO_SPACE, // Promoted large objects. enumerator
497 LAST_SPACE = LO_SPACE,
/external/v8/src/snapshot/
Ddeserializer.cc316 if (deserializing_user_code() || space == LO_SPACE) { in PostProcessNewObject()
349 if (space == LO_SPACE) { in GetBackReferencedObject()
419 DCHECK(space_number == CODE_SPACE || space_number == LO_SPACE); in ReadObject()
438 if (space_index == LO_SPACE) { in Allocate()
594 CASE_STATEMENT(where, how, within, LO_SPACE) \ in ReadData()
Dserializer.cc132 if (space == LO_SPACE) { in BackReferenceIsAlreadyAllocated()
345 if (space == LO_SPACE) { in SerializePrologue()
412 (allocation_size > kMaxRegularHeapObjectSize) ? LO_SPACE : OLD_SPACE; in SerializeExternalString()
/external/v8/src/heap/
Dheap-inl.h160 DCHECK_NE(idx, LO_SPACE);
315 space = LO_SPACE; in AllocateRaw()
338 } else if (LO_SPACE == space) { in AllocateRaw()
553 case LO_SPACE: in AllowedToBeMigrated()
Dincremental-marking.cc190 chunk->owner()->identity() == LO_SPACE); in VisitFixedArrayIncremental()
281 if ((page->owner() != nullptr) && (page->owner()->identity() == LO_SPACE)) { in IterateBlackObject()
Dheap.cc468 case LO_SPACE: in GetSpaceName()
1174 } else if (space == LO_SPACE) { in ReserveSpace()
3338 MemoryChunk::FromAddress(address)->owner()->identity() != LO_SPACE) { in AllocateCode()
4634 case LO_SPACE: in InSpace()
4656 case LO_SPACE: in InSpaceSlow()
4670 case LO_SPACE: in IsValidAllocationSpace()
5451 space_[LO_SPACE] = lo_space_ = new LargeObjectSpace(this, LO_SPACE); in SetUp()
5959 case LO_SPACE: in next()
Dmark-compact.cc569 case LO_SPACE: in AllocationSpaceName()
1637 DCHECK(dest != LO_SPACE); in MigrateObject()
Dspaces.h1207 DCHECK_NE(LO_SPACE, space); in PageAreaSize()
Dspaces.cc596 if (!base::VirtualMemory::HasLazyCommits() || owner()->identity() == LO_SPACE) in CommittedPhysicalMemory()