/third_party/node/deps/v8/src/heap/ |
D | heap-allocator.h | 41 AllocationAlignment alignment = kTaggedAligned); 49 AllocationAlignment alignment = kTaggedAligned); 57 AllocationAlignment alignment = kTaggedAligned); 66 AllocationAlignment alignment = kTaggedAligned); 87 AllocationAlignment alignment); 91 AllocationAlignment alignment); 95 AllocationAlignment alignment);
|
D | concurrent-allocator.h | 46 AllocationAlignment alignment, 56 int object_size, AllocationAlignment alignment, AllocationOrigin origin); 60 AllocationAlignment alignment, 64 int object_size, AllocationAlignment alignment, AllocationOrigin origin);
|
D | heap-allocator-inl.h | 57 int size_in_bytes, AllocationOrigin origin, AllocationAlignment alignment) { in AllocateRaw() 106 DCHECK_EQ(alignment, AllocationAlignment::kTaggedAligned); in AllocateRaw() 111 DCHECK_EQ(alignment, AllocationAlignment::kTaggedAligned); in AllocateRaw() 164 AllocationAlignment alignment) { in AllocateRaw() 194 AllocationAlignment alignment) { in AllocateRawData() 215 AllocationAlignment alignment) { in AllocateRawWith()
|
D | concurrent-allocator.cc | 39 AllocationAlignment::kTaggedAligned); in RunInternal() 50 AllocationAlignment::kTaggedAligned); in RunInternal() 61 AllocationAlignment::kTaggedAligned); in RunInternal() 123 int object_size, AllocationAlignment alignment, AllocationOrigin origin) { in AllocateInLabSlow() 157 int object_size, AllocationAlignment alignment, AllocationOrigin origin) { in AllocateOutsideLab()
|
D | evacuation-allocator.h | 51 AllocationAlignment alignment); 58 AllocationAlignment alignment); 61 AllocationAlignment alignment);
|
D | local-heap-inl.h | 21 AllocationAlignment alignment) { in AllocateRaw() 28 alignment == AllocationAlignment::kTaggedAligned); in AllocateRaw() 72 AllocationAlignment alignment) { in AllocateRawOrFail()
|
D | spaces-inl.h | 139 int size_in_bytes, AllocationAlignment alignment) { in AllocateRawAligned() 214 AllocationAlignment alignment, AllocationOrigin origin) { in AllocateFastAligned() 241 AllocationAlignment alignment, in AllocateRaw() 279 int size_in_bytes, AllocationAlignment alignment, AllocationOrigin origin) { in AllocateRawAligned() 303 int size_in_bytes, AllocationAlignment alignment, AllocationOrigin origin) { in AllocateRawSlow()
|
D | evacuation-allocator-inl.h | 18 AllocationAlignment alignment) { in Allocate() 84 int object_size, AllocationAlignment alignment) { in AllocateInLAB() 119 int object_size, AllocationOrigin origin, AllocationAlignment alignment) { in AllocateInNewSpace()
|
D | spaces.h | 438 int size_in_bytes, AllocationAlignment alignment); 518 AllocateRaw(int size_in_bytes, AllocationAlignment alignment, 529 AllocateRawAligned(int size_in_bytes, AllocationAlignment alignment, 545 AllocationAlignment alignment, AllocationOrigin origin); 549 AllocateRawSlow(int size_in_bytes, AllocationAlignment alignment, 558 AllocationAlignment alignment,
|
D | concurrent-allocator-inl.h | 22 AllocationAlignment alignment, in AllocateRaw() 38 int object_size, AllocationAlignment alignment, AllocationOrigin origin) { in AllocateInLab()
|
D | heap-allocator.cc | 42 AllocationAlignment alignment) { in AllocateRawLargeInternal() 81 AllocationAlignment alignment) { in AllocateRawWithLightRetrySlowPath() 105 AllocationAlignment alignment) { in AllocateRawWithRetryOrFailSlowPath()
|
D | read-only-spaces.h | 196 AllocationAlignment alignment); 261 AllocationAlignment alignment); 264 AllocationAlignment alignment);
|
D | local-heap.h | 140 AllocationAlignment alignment = kTaggedAligned); 147 AllocationAlignment alignment = kTaggedAligned); 266 AllocationAlignment alignment);
|
D | new-spaces.h | 403 int size_in_bytes, AllocationAlignment alignment, in NON_EXPORTED_BASE() 428 AllocationAlignment alignment); in NON_EXPORTED_BASE() 515 bool EnsureAllocation(int size_in_bytes, AllocationAlignment alignment, in NON_EXPORTED_BASE()
|
D | paged-spaces.h | 151 AllocationAlignment alignment, in NON_EXPORTED_BASE() 376 bool EnsureAllocation(int size_in_bytes, AllocationAlignment alignment, in NON_EXPORTED_BASE() 402 AllocationAlignment alignment, in NON_EXPORTED_BASE()
|
D | local-factory.cc | 47 AllocationAlignment alignment) { in AllocateRaw()
|
D | local-factory.h | 57 AllocationAlignment alignment = kTaggedAligned);
|
D | new-spaces-inl.h | 89 int size_in_bytes, AllocationAlignment alignment, AllocationOrigin origin) { in AllocateRawSynchronized()
|
D | factory-base.h | 290 AllocationAlignment alignment = kTaggedAligned); in EXPORT_TEMPLATE_DECLARE() 316 AllocationAlignment alignment = kTaggedAligned); in EXPORT_TEMPLATE_DECLARE()
|
D | read-only-spaces.cc | 646 int size_in_bytes, AllocationAlignment alignment) { in TryAllocateLinearlyAligned() 669 int size_in_bytes, AllocationAlignment alignment) { in AllocateRawAligned() 710 AllocationAlignment alignment) { in AllocateRaw()
|
D | heap.h | 399 AllocationAlignment alignment); 403 AllocationAlignment alignment); 1478 AllocationAlignment alignment); 2050 AllocationAlignment alignment = kTaggedAligned); 2059 AllocationAlignment alignment = kTaggedAligned); 2065 AllocationAlignment alignment = kTaggedAligned);
|
D | scavenger-inl.h | 120 AllocationAlignment alignment = HeapObject::RequiredAlignment(map); in SemiSpaceCopyObject() 159 AllocationAlignment alignment = HeapObject::RequiredAlignment(map); in PromoteObject()
|
/third_party/node/deps/v8/src/heap/third-party/ |
D | heap-api-stub.cc | 31 AllocationResult Heap::Allocate(size_t, AllocationType, AllocationAlignment) { in Allocate() argument
|
D | heap-api.h | 27 AllocationAlignment align);
|
/third_party/node/deps/v8/src/objects/ |
D | heap-object.h | 201 static inline AllocationAlignment RequiredAlignment(Map map);
|