Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dsnapshot-common.cc45 deserializer->set_reservation(OLD_DATA_SPACE, data_size); in ReserveSpaceForSnapshot()
58 deserializer->set_reservation(OLD_DATA_SPACE, data_space_used_); in ReserveSpaceForLinkedInSnapshot()
115 deserializer.set_reservation(OLD_DATA_SPACE, context_data_space_used_); in NewContextFromSnapshot()
Dheap-inl.h105 AllocationSpace space = SelectSpace(size, OLD_DATA_SPACE, TENURED); in AllocateOneByteInternalizedString()
109 { AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); in AllocateOneByteInternalizedString()
136 AllocationSpace space = SelectSpace(size, OLD_DATA_SPACE, TENURED); in AllocateTwoByteInternalizedString()
140 { AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); in AllocateTwoByteInternalizedString()
212 } else if (OLD_DATA_SPACE == space) { in AllocateRaw()
357 : OLD_DATA_SPACE; in TargetSpaceId()
359 return (type <= LAST_DATA_TYPE) ? OLD_DATA_SPACE : OLD_POINTER_SPACE; in TargetSpaceId()
390 case OLD_DATA_SPACE: in AllowedToBeMigrated()
Dheap.cc2002 ASSERT(heap->AllowedToBeMigrated(object, OLD_DATA_SPACE)); in EvacuateObject()
2623 AllocationSpace space = SelectSpace(size, OLD_DATA_SPACE, pretenure); in AllocateHeapNumber()
2626 { AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); in AllocateHeapNumber()
3197 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE; in AllocateForeign()
3211 AllocationSpace space = SelectSpace(size, OLD_DATA_SPACE, pretenure); in AllocateByteArray()
3213 { AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); in AllocateByteArray()
3276 AllocationSpace space = SelectSpace(size, OLD_DATA_SPACE, pretenure); in AllocateExternalArray()
3278 { AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); in AllocateExternalArray()
3323 AllocationSpace space = SelectSpace(size, OLD_DATA_SPACE, pretenure); in AllocateFixedTypedArray()
3326 AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); in AllocateFixedTypedArray()
[all …]
Dmksnapshot.cc162 WriteSizeVar(ser, prefix, "data", i::OLD_DATA_SPACE); in WriteMeta()
Dglobals.h363 OLD_DATA_SPACE, // Must not have pointers to new space. enumerator
Dmark-compact.cc602 RefillFreeList(heap()->paged_space(OLD_DATA_SPACE)); in WaitUntilSweepingCompleted()
604 heap()->paged_space(OLD_DATA_SPACE)->ResetUnsweptFreeBytes(); in WaitUntilSweepingCompleted()
698 case OLD_DATA_SPACE: return "OLD_DATA_SPACE"; in AllocationSpaceName()
775 space->identity() == OLD_DATA_SPACE || in CollectEvacuationCandidates()
2871 ASSERT(dest == OLD_DATA_SPACE || dest == NEW_SPACE); in MigrateObject()
3522 case OLD_DATA_SPACE: in EvacuateNewSpaceAndCandidates()
Dmark-compact.h628 if (page->owner()->identity() == OLD_DATA_SPACE) { in INLINE()
Dserialize.cc886 source_space != OLD_DATA_SPACE); in ReadChunk()
982 CASE_STATEMENT(where, how, within, OLD_DATA_SPACE) \ in ReadChunk()
Dheap.h639 case OLD_DATA_SPACE: in paged_space()
1720 preferred_old_space == OLD_DATA_SPACE); in SelectSpace()
Dspaces.cc1051 case OLD_DATA_SPACE: in SizeOfFirstPage()
/external/chromium_org/v8/test/cctest/
Dtest-serialize.cc235 ser.CurrentAllocationAddress(OLD_DATA_SPACE), in WriteToFile()
427 p_ser.CurrentAllocationAddress(OLD_DATA_SPACE), in TEST()
436 startup_serializer.CurrentAllocationAddress(OLD_DATA_SPACE), in TEST()
473 deserializer->set_reservation(OLD_DATA_SPACE, data_size); in ReserveSpaceForSnapshot()
574 p_ser.CurrentAllocationAddress(OLD_DATA_SPACE), in TEST()
583 startup_serializer.CurrentAllocationAddress(OLD_DATA_SPACE), in TEST()
Dtest-api.cc759 in_new_space ? i::NEW_SPACE : i::OLD_DATA_SPACE); in THREADED_TEST()
782 in_new_space ? i::NEW_SPACE : i::OLD_DATA_SPACE); in THREADED_TEST()
/external/chromium_org/v8/src/arm/
Dlithium-codegen-arm.cc5343 flags = AllocateTargetSpace::update(flags, OLD_DATA_SPACE); in DoDeferredAllocate()
/external/chromium_org/v8/src/arm64/
Dlithium-codegen-arm64.cc1650 flags = AllocateTargetSpace::update(flags, OLD_DATA_SPACE); in DoDeferredAllocate()
/external/chromium_org/v8/src/ia32/
Dlithium-codegen-ia32.cc5176 flags = AllocateTargetSpace::update(flags, OLD_DATA_SPACE); in DoDeferredAllocate()
/external/chromium_org/v8/src/x64/
Dlithium-codegen-x64.cc5345 flags = AllocateTargetSpace::update(flags, OLD_DATA_SPACE); in DoDeferredAllocate()
/external/chromium_org/v8/src/x87/
Dlithium-codegen-x87.cc5209 flags = AllocateTargetSpace::update(flags, OLD_DATA_SPACE); in DoDeferredAllocate()
/external/chromium_org/v8/src/mips/
Dlithium-codegen-mips.cc5358 flags = AllocateTargetSpace::update(flags, OLD_DATA_SPACE); in DoDeferredAllocate()