Home | History | Annotate | Download | only in heap

Lines Matching defs:allocation_size

1953     int allocation_size = object_size;
1956 allocation_size += kPointerSize;
1961 heap->new_space()->AllocateRaw(allocation_size);
1972 target = EnsureDoubleAligned(heap, target, allocation_size);
1993 int allocation_size = object_size;
1996 allocation_size += kPointerSize;
2002 allocation = heap->old_data_space()->AllocateRaw(allocation_size);
2005 allocation = heap->old_pointer_space()->AllocateRaw(allocation_size);
2011 target = EnsureDoubleAligned(heap, target, allocation_size);