Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Dreferences.h45 DCHECK_LT(space, LO_SPACE); in BackReference()
58 return SerializerReference(LO_SPACE, 0, index); in LargeObjectReference()
89 DCHECK(space() != MAP_SPACE && space() != LO_SPACE); in chunk_index()
109 DCHECK_EQ(LO_SPACE, SpaceBits::decode(bitfield_)); in large_object_index()
Ddefault-serializer-allocator.cc86 if (space == LO_SPACE) { in BackReferenceIsAlreadyAllocated()
126 STATIC_ASSERT(LO_SPACE == MAP_SPACE + 1); in EncodeReservations()
152 STATIC_ASSERT(LO_SPACE == MAP_SPACE + 1); in OutputStatistics()
Dserializer-common.h112 STATIC_ASSERT(LAST_SPACE - 1 == LO_SPACE);
114 static const int kNumberOfSpaces = LO_SPACE + 1;
Ddeserializer.cc198 if (deserializing_user_code() || space == LO_SPACE) { in PostProcessNewObject()
286 case LO_SPACE: in GetBackReferencedObject()
357 DCHECK(space_number == CODE_SPACE || space_number == LO_SPACE); in ReadObject()
426 CASE_STATEMENT(where, how, within, LO_SPACE) \ in ReadData()
Ddefault-deserializer-allocator.cc32 if (space == LO_SPACE) { in AllocateRaw()
Dserializer.cc289 case LO_SPACE: in PutBackReference()
373 if (space == LO_SPACE) { in SerializePrologue()
552 (allocation_size > kMaxRegularHeapObjectSize) ? LO_SPACE : OLD_SPACE; in SerializeExternalStringAsSequentialString()
/external/v8/src/heap/
Dheap-inl.h87 DCHECK_NE(idx, LO_SPACE);
142 space = LO_SPACE; in AllocateRaw()
169 } else if (LO_SPACE == space) { in AllocateRaw()
649 (chunk_->owner()->identity() == LO_SPACE && in CodePageMemoryModificationScope()
Dheap.cc695 case LO_SPACE: in GetSpaceName()
1581 } else if (space == LO_SPACE) { in ReserveSpace()
2857 return chunk->NeverEvacuate() || chunk->owner()->identity() == LO_SPACE; in IsImmovable()
3786 case LO_SPACE: in InSpace()
3811 case LO_SPACE: in InSpaceSlow()
3827 case LO_SPACE: in IsValidAllocationSpace()
4734 space_[LO_SPACE] = lo_space_ = new LargeObjectSpace(this); in SetUp()
5691 case LO_SPACE: in AllocationSpaceName()
5767 case LO_SPACE: in AllowedToBeMigrated()
Dspaces.cc593 DCHECK(owner()->identity() == CODE_SPACE || owner()->identity() == LO_SPACE); in SetReadAndExecutable()
618 DCHECK(owner()->identity() == CODE_SPACE || owner()->identity() == LO_SPACE); in SetReadAndWritable()
796 if (!base::OS::HasLazyCommits() || owner()->identity() == LO_SPACE) in CommittedPhysicalMemory()
802 return owner()->identity() != LO_SPACE; in IsPagedSpace()
810 return owner()->identity() == LO_SPACE; in InLargeObjectSpace()
3423 : LargeObjectSpace(heap, LO_SPACE) {} in AllocateChunk()
Dmark-compact-inl.h282 chunk->owner()->identity() == LO_SPACE); in VisitFixedArrayIncremental()
Dincremental-marking.cc764 if (page->owner()->identity() == LO_SPACE) { in RevisitObject()
Dspaces.h1370 DCHECK_NE(LO_SPACE, space); in PageAreaSize()
Dmark-compact.cc1185 DCHECK(dest != LO_SPACE); in RawMigrateObject()
/external/v8/src/runtime/
Druntime-internal.cc292 CHECK(size <= kMaxRegularHeapObjectSize || space == LO_SPACE); in RUNTIME_FUNCTION()
/external/v8/src/
Dglobals.h560 LO_SPACE, // Old generation large object space. enumerator
Dobjects-printer.cc2452 !isolate->heap()->InSpaceSlow(address, i::LO_SPACE) && in _v8_internal_Print_Code()
Dcode-stub-assembler.cc1166 AllocateTargetSpace::encode(AllocationSpace::LO_SPACE))); in AllocateRaw()