/external/v8/src/ |
D | snapshot-common.cc | 20 deserializer->set_reservation(OLD_DATA_SPACE, data_space_used_); in ReserveSpaceForLinkedInSnapshot() 64 deserializer.set_reservation(OLD_DATA_SPACE, context_data_space_used_); in NewContextFromSnapshot()
|
D | snapshot-external.cc | 62 deserializer.set_reservation(OLD_DATA_SPACE, in Initialize() 89 deserializer.set_reservation(OLD_DATA_SPACE, in NewContextFromSnapshot()
|
D | mksnapshot.cc | 88 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()
|
D | globals.h | 361 OLD_DATA_SPACE, // Must not have pointers to new space. enumerator
|
D | serialize.cc | 819 source_space != OLD_DATA_SPACE); in ReadChunk() 931 CASE_STATEMENT(where, how, within, OLD_DATA_SPACE) \ in ReadChunk()
|
/external/v8/src/heap/ |
D | heap-inl.h | 92 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()
|
D | heap.cc | 2001 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 …]
|
D | mark-compact.cc | 581 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()
|
D | mark-compact.h | 594 if (page->owner()->identity() == OLD_DATA_SPACE) { in INLINE()
|
D | heap.h | 605 case OLD_DATA_SPACE: in paged_space() 1653 preferred_old_space == OLD_DATA_SPACE); in SelectSpace()
|
D | spaces.cc | 995 case OLD_DATA_SPACE: in SizeOfFirstPage()
|
/external/v8/test/cctest/ |
D | test-serialize.cc | 187 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()
|
D | test-api.cc | 762 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/ |
D | lithium-codegen-arm64.cc | 1630 flags = AllocateTargetSpace::update(flags, OLD_DATA_SPACE); in DoDeferredAllocate()
|
/external/v8/src/ia32/ |
D | lithium-codegen-ia32.cc | 5220 flags = AllocateTargetSpace::update(flags, OLD_DATA_SPACE); in DoDeferredAllocate()
|
/external/v8/src/arm/ |
D | lithium-codegen-arm.cc | 5421 flags = AllocateTargetSpace::update(flags, OLD_DATA_SPACE); in DoDeferredAllocate()
|
/external/v8/src/x64/ |
D | lithium-codegen-x64.cc | 5392 flags = AllocateTargetSpace::update(flags, OLD_DATA_SPACE); in DoDeferredAllocate()
|
/external/v8/src/x87/ |
D | lithium-codegen-x87.cc | 5814 flags = AllocateTargetSpace::update(flags, OLD_DATA_SPACE); in DoDeferredAllocate()
|
/external/v8/src/mips64/ |
D | lithium-codegen-mips64.cc | 5418 flags = AllocateTargetSpace::update(flags, OLD_DATA_SPACE); in DoDeferredAllocate()
|
/external/v8/src/mips/ |
D | lithium-codegen-mips.cc | 5386 flags = AllocateTargetSpace::update(flags, OLD_DATA_SPACE); in DoDeferredAllocate()
|