Lines Matching refs:alignment
18 AllocationAlignment alignment) {
21 return AllocateInNewSpace(object_size, origin, alignment);
24 alignment, origin);
27 alignment, origin);
30 ->AllocateRaw(object_size, alignment, origin);
84 int object_size, AllocationAlignment alignment) {
89 allocation = new_space_lab_.AllocateRawAligned(object_size, alignment);
94 allocation = new_space_lab_.AllocateRawAligned(object_size, alignment);
119 int object_size, AllocationOrigin origin, AllocationAlignment alignment) {
121 return new_space_->AllocateRawSynchronized(object_size, alignment, origin);
123 return AllocateInLAB(object_size, alignment);