Home | History | Annotate | Download | only in heap

Lines Matching defs:filler_size

2364   int filler_size = Heap::GetFillToAlign(old_top, alignment);
2365 int aligned_size_in_bytes = size_in_bytes + filler_size;
2375 filler_size = Heap::GetFillToAlign(old_top, alignment);
2386 Address soon_object = old_top + filler_size;