Searched refs:GetFillToAlign (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/heap/ |
D | spaces-inl.h | 390 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()
|
D | spaces.cc | 1750 int filler_size = Heap::GetFillToAlign(old_top, alignment); in AllocateChunk() 1763 filler_size = Heap::GetFillToAlign(old_top, alignment); in AllocateChunk()
|
D | heap.h | 666 static int GetFillToAlign(Address address, AllocationAlignment alignment);
|
D | heap.cc | 2030 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/ |
D | deserializer.cc | 331 DCHECK_EQ(0, Heap::GetFillToAlign(obj->address(), obj->RequiredAlignment())); in PostProcessNewObject() 373 int padding = Heap::GetFillToAlign(address, next_alignment_); in GetBackReferencedObject()
|