Home
last modified time | relevance | path

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

/external/v8/src/
Dsnapshot-common.cc20 deserializer->set_reservation(OLD_DATA_SPACE, data_space_used_); in ReserveSpaceForLinkedInSnapshot()
64 deserializer.set_reservation(OLD_DATA_SPACE, context_data_space_used_); in NewContextFromSnapshot()
Dsnapshot-external.cc62 deserializer.set_reservation(OLD_DATA_SPACE, in Initialize()
89 deserializer.set_reservation(OLD_DATA_SPACE, in NewContextFromSnapshot()
Dmksnapshot.cc88 i::NEW_SPACE, i::OLD_POINTER_SPACE, i::OLD_DATA_SPACE, i::CODE_SPACE, in MaybeWriteStartupBlob()
195 WriteSizeVar(ser, prefix, "data", i::OLD_DATA_SPACE); in WriteMeta()
Dglobals.h361 OLD_DATA_SPACE, // Must not have pointers to new space. enumerator
Dserialize.cc819 source_space != OLD_DATA_SPACE); in ReadChunk()
931 CASE_STATEMENT(where, how, within, OLD_DATA_SPACE) \ in ReadChunk()
/external/v8/src/heap/
Dheap-inl.h92 AllocationSpace space = SelectSpace(size, OLD_DATA_SPACE, TENURED); in AllocateOneByteInternalizedString()
97 AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); in AllocateOneByteInternalizedString()
124 AllocationSpace space = SelectSpace(size, OLD_DATA_SPACE, TENURED); in AllocateTwoByteInternalizedString()
129 AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); in AllocateTwoByteInternalizedString()
196 } else if (OLD_DATA_SPACE == space) { in AllocateRaw()
420 : OLD_DATA_SPACE; in TargetSpaceId()
422 return (type <= LAST_DATA_TYPE) ? OLD_DATA_SPACE : OLD_POINTER_SPACE; in TargetSpaceId()
452 case OLD_DATA_SPACE: in AllowedToBeMigrated()
Dheap.cc2001 DCHECK(heap->AllowedToBeMigrated(object, OLD_DATA_SPACE)); in PromoteObject()
2626 AllocationSpace space = SelectSpace(size, OLD_DATA_SPACE, pretenure); in AllocateHeapNumber()
2630 AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); in AllocateHeapNumber()
3189 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE; in AllocateForeign()
3203 AllocationSpace space = SelectSpace(size, OLD_DATA_SPACE, pretenure); in AllocateByteArray()
3206 AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); in AllocateByteArray()
3362 AllocationSpace space = SelectSpace(size, OLD_DATA_SPACE, pretenure); in AllocateExternalArray()
3365 AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); in AllocateExternalArray()
3408 AllocationSpace space = SelectSpace(size, OLD_DATA_SPACE, pretenure); in AllocateFixedTypedArray()
3411 AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); in AllocateFixedTypedArray()
[all …]
Dmark-compact.cc581 SweepInParallel(heap()->paged_space(OLD_DATA_SPACE), 0); in EnsureSweepingCompleted()
595 RefillFreeList(heap()->paged_space(OLD_DATA_SPACE)); in EnsureSweepingCompleted()
597 heap()->paged_space(OLD_DATA_SPACE)->ResetUnsweptFreeBytes(); in EnsureSweepingCompleted()
697 case OLD_DATA_SPACE: in AllocationSpaceName()
770 space->identity() == OLD_DATA_SPACE || in CollectEvacuationCandidates()
2951 DCHECK(dest == OLD_DATA_SPACE || dest == NEW_SPACE); in MigrateObject()
3617 case OLD_DATA_SPACE: in EvacuateNewSpaceAndCandidates()
Dmark-compact.h594 if (page->owner()->identity() == OLD_DATA_SPACE) { in INLINE()
Dheap.h605 case OLD_DATA_SPACE: in paged_space()
1653 preferred_old_space == OLD_DATA_SPACE); in SelectSpace()
Dspaces.cc995 case OLD_DATA_SPACE: in SizeOfFirstPage()
/external/v8/test/cctest/
Dtest-serialize.cc187 ser.CurrentAllocationAddress(OLD_DATA_SPACE), in WriteToFile()
268 deserializer->set_reservation(OLD_DATA_SPACE, data_size); in ReserveSpaceForSnapshot()
455 p_ser.CurrentAllocationAddress(OLD_DATA_SPACE), in UNINITIALIZED_TEST()
464 startup_serializer.CurrentAllocationAddress(OLD_DATA_SPACE), in UNINITIALIZED_TEST()
578 p_ser.CurrentAllocationAddress(OLD_DATA_SPACE), in UNINITIALIZED_TEST()
587 startup_serializer.CurrentAllocationAddress(OLD_DATA_SPACE), in UNINITIALIZED_TEST()
Dtest-api.cc762 in_new_space ? i::NEW_SPACE : i::OLD_DATA_SPACE); in THREADED_TEST()
785 in_new_space ? i::NEW_SPACE : i::OLD_DATA_SPACE); in THREADED_TEST()
/external/v8/src/arm64/
Dlithium-codegen-arm64.cc1630 flags = AllocateTargetSpace::update(flags, OLD_DATA_SPACE); in DoDeferredAllocate()
/external/v8/src/ia32/
Dlithium-codegen-ia32.cc5220 flags = AllocateTargetSpace::update(flags, OLD_DATA_SPACE); in DoDeferredAllocate()
/external/v8/src/arm/
Dlithium-codegen-arm.cc5421 flags = AllocateTargetSpace::update(flags, OLD_DATA_SPACE); in DoDeferredAllocate()
/external/v8/src/x64/
Dlithium-codegen-x64.cc5392 flags = AllocateTargetSpace::update(flags, OLD_DATA_SPACE); in DoDeferredAllocate()
/external/v8/src/x87/
Dlithium-codegen-x87.cc5814 flags = AllocateTargetSpace::update(flags, OLD_DATA_SPACE); in DoDeferredAllocate()
/external/v8/src/mips64/
Dlithium-codegen-mips64.cc5418 flags = AllocateTargetSpace::update(flags, OLD_DATA_SPACE); in DoDeferredAllocate()
/external/v8/src/mips/
Dlithium-codegen-mips.cc5386 flags = AllocateTargetSpace::update(flags, OLD_DATA_SPACE); in DoDeferredAllocate()