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