Searched refs:GetFillToAlign (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/heap/ |
D | spaces-inl.h | 269 int filler_size = Heap::GetFillToAlign(current_top, alignment); in AllocateRawAligned() 301 int filler_size = Heap::GetFillToAlign(current_top, alignment); in TryAllocateLinearlyAligned() 398 int filler_size = Heap::GetFillToAlign(top, alignment); in AllocateRawAligned() 409 filler_size = Heap::GetFillToAlign(top, alignment); in AllocateRawAligned()
|
D | heap.h | 429 static int GetFillToAlign(Address address, AllocationAlignment alignment);
|
D | spaces.cc | 2364 int filler_size = Heap::GetFillToAlign(old_top, alignment); in AllocateChunk() 2375 filler_size = Heap::GetFillToAlign(old_top, alignment); in AllocateChunk()
|
D | heap.cc | 2599 int Heap::GetFillToAlign(Address address, AllocationAlignment alignment) { in GetFillToAlign() function in v8::internal::Heap 2620 int pre_filler = GetFillToAlign(object->address(), alignment); in AlignWithFiller()
|
/external/v8/src/snapshot/ |
D | default-deserializer-allocator.cc | 115 int padding = Heap::GetFillToAlign(address, next_alignment_); in GetObject()
|
D | deserializer.cc | 269 DCHECK_EQ(0, Heap::GetFillToAlign(obj->address(), in PostProcessNewObject()
|