Searched refs:EmptySize (Results 1 – 1 of 1) sorted by relevance
192 CharUnits EmptySize; in ComputeEmptySubobjectSizes() local196 EmptySize = Layout.getSize(); in ComputeEmptySubobjectSizes()199 EmptySize = Layout.getSizeOfLargestEmptySubobject(); in ComputeEmptySubobjectSizes()202 if (EmptySize > SizeOfLargestEmptySubobject) in ComputeEmptySubobjectSizes()203 SizeOfLargestEmptySubobject = EmptySize; in ComputeEmptySubobjectSizes()215 CharUnits EmptySize; in ComputeEmptySubobjectSizes() local220 EmptySize = Layout.getSize(); in ComputeEmptySubobjectSizes()223 EmptySize = Layout.getSizeOfLargestEmptySubobject(); in ComputeEmptySubobjectSizes()226 if (EmptySize > SizeOfLargestEmptySubobject) in ComputeEmptySubobjectSizes()227 SizeOfLargestEmptySubobject = EmptySize; in ComputeEmptySubobjectSizes()