Searched defs:filler_size (Results 1 – 6 of 6) sorted by relevance
141 int filler_size = Heap::GetFillToAlign(current_top, alignment); in AllocateRawAligned() local216 int filler_size = Heap::GetFillToAlign(top, alignment); in AllocateFastAligned() local
614 int filler_size = Heap::GetFillToAlign(start, alignment); in AddParkedAllocationBuffer() local643 int filler_size = Heap::GetFillToAlign(old_top, alignment); in EnsureAllocation() local
648 int filler_size = Heap::GetFillToAlign(current_top, alignment); in TryAllocateLinearlyAligned() local
3220 HeapObject Heap::PrecedeWithFiller(HeapObject object, int filler_size) { in PrecedeWithFiller()3229 int filler_size = allocation_size - object_size; in AlignWithFiller() local
160 int32_t filler_size = ((table_size + 3) & ~3) - table_size; in SerializeTables() local
400 uint32_t filler_size; member