Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces-inl.h395 int filler_size = Heap::GetFillToAlign(current_top, alignment); in AllocateRawAligned()
413 int filler_size = Heap::GetFillToAlign(current_top, alignment); in AllocateLinearlyAligned()
525 int filler_size = Heap::GetFillToAlign(top, alignment); in AllocateRawAligned()
535 filler_size = Heap::GetFillToAlign(top, alignment); in AllocateRawAligned()
Dspaces.cc1739 int filler_size = Heap::GetFillToAlign(old_top, alignment); in AllocateChunk()
1752 filler_size = Heap::GetFillToAlign(old_top, alignment); in AllocateChunk()
Dheap.h659 static int GetFillToAlign(Address address, AllocationAlignment alignment);
Dheap.cc1960 int Heap::GetFillToAlign(Address address, AllocationAlignment alignment) { in GetFillToAlign() function in v8::internal::Heap
1985 int pre_filler = GetFillToAlign(object->address(), alignment); in AlignWithFiller()
/external/v8/src/snapshot/
Ddeserializer.cc321 DCHECK_EQ(0, Heap::GetFillToAlign(obj->address(), obj->RequiredAlignment())); in PostProcessNewObject()
363 int padding = Heap::GetFillToAlign(address, next_alignment_); in GetBackReferencedObject()