Home
last modified time | relevance | path

Searched refs:GetFillToAlign (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/heap/
Dspaces-inl.h390 int filler_size = Heap::GetFillToAlign(current_top, alignment); in AllocateRawAligned()
408 int filler_size = Heap::GetFillToAlign(current_top, alignment); in AllocateLinearlyAligned()
526 int filler_size = Heap::GetFillToAlign(top, alignment); in AllocateRawAligned()
536 filler_size = Heap::GetFillToAlign(top, alignment); in AllocateRawAligned()
Dspaces.cc1750 int filler_size = Heap::GetFillToAlign(old_top, alignment); in AllocateChunk()
1763 filler_size = Heap::GetFillToAlign(old_top, alignment); in AllocateChunk()
Dheap.h666 static int GetFillToAlign(Address address, AllocationAlignment alignment);
Dheap.cc2030 int Heap::GetFillToAlign(Address address, AllocationAlignment alignment) { in GetFillToAlign() function in v8::internal::Heap
2051 int pre_filler = GetFillToAlign(object->address(), alignment); in AlignWithFiller()
/external/v8/src/snapshot/
Ddeserializer.cc331 DCHECK_EQ(0, Heap::GetFillToAlign(obj->address(), obj->RequiredAlignment())); in PostProcessNewObject()
373 int padding = Heap::GetFillToAlign(address, next_alignment_); in GetBackReferencedObject()