Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces-inl.h269 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()
Dheap.h429 static int GetFillToAlign(Address address, AllocationAlignment alignment);
Dspaces.cc2364 int filler_size = Heap::GetFillToAlign(old_top, alignment); in AllocateChunk()
2375 filler_size = Heap::GetFillToAlign(old_top, alignment); in AllocateChunk()
Dheap.cc2599 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/
Ddefault-deserializer-allocator.cc115 int padding = Heap::GetFillToAlign(address, next_alignment_); in GetObject()
Ddeserializer.cc269 DCHECK_EQ(0, Heap::GetFillToAlign(obj->address(), in PostProcessNewObject()