Home
last modified time | relevance | path

Searched refs:aligned_size_in_bytes (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/
H A Dspaces-inl.h217 int aligned_size_in_bytes = size_in_bytes + filler_size; in AllocateFastAligned() local
219 if (!allocation_info_->CanIncrementTop(aligned_size_in_bytes)) { in AllocateFastAligned()
223 allocation_info_->IncrementTop(aligned_size_in_bytes)); in AllocateFastAligned()
225 *result_aligned_size_in_bytes = aligned_size_in_bytes; in AllocateFastAligned()
289 int aligned_size_in_bytes; in AllocateRawAligned() local
292 size_in_bytes, &aligned_size_in_bytes, alignment, origin); in AllocateRawAligned()
293 DCHECK_GE(max_aligned_size, aligned_size_in_bytes); in AllocateRawAligned()
297 aligned_size_in_bytes, max_aligned_size); in AllocateRawAligned()
H A Dspaces.cc390 // aligned_size_in_bytes is the size of the object including the filler right
393 // be used for the accounting. It can be different from aligned_size_in_bytes in
397 Address soon_object, size_t size_in_bytes, size_t aligned_size_in_bytes, in InvokeAllocationObservers()
399 DCHECK_LE(size_in_bytes, aligned_size_in_bytes); in InvokeAllocationObservers()
400 DCHECK_LE(aligned_size_in_bytes, allocation_size); in InvokeAllocationObservers()
401 DCHECK(size_in_bytes == aligned_size_in_bytes || in InvokeAllocationObservers()
402 aligned_size_in_bytes == allocation_size); in InvokeAllocationObservers()
408 DCHECK_EQ(soon_object, allocation_info_->start() + aligned_size_in_bytes - in InvokeAllocationObservers()
412 DCHECK_EQ(allocation_info_->top() + allocation_size - aligned_size_in_bytes, in InvokeAllocationObservers()
396 InvokeAllocationObservers( Address soon_object, size_t size_in_bytes, size_t aligned_size_in_bytes, size_t allocation_size) InvokeAllocationObservers() argument
H A Dnew-spaces.cc644 int aligned_size_in_bytes = size_in_bytes + filler_size; in EnsureAllocation() local
646 if (old_top + aligned_size_in_bytes > high) { in EnsureAllocation()
658 aligned_size_in_bytes = size_in_bytes + filler_size; in EnsureAllocation()
662 *out_max_aligned_size = aligned_size_in_bytes; in EnsureAllocation()
665 DCHECK(old_top + aligned_size_in_bytes <= high); in EnsureAllocation()
666 UpdateInlineAllocationLimit(aligned_size_in_bytes); in EnsureAllocation()
H A Dspaces.h496 size_t aligned_size_in_bytes,
544 AllocateFastAligned(int size_in_bytes, int* aligned_size_in_bytes,

Completed in 5 milliseconds