Searched refs:EmptySize (Results 1 – 1 of 1) sorted by relevance
191 CharUnits EmptySize; in ComputeEmptySubobjectSizes() local195 EmptySize = Layout.getSize(); in ComputeEmptySubobjectSizes()198 EmptySize = Layout.getSizeOfLargestEmptySubobject(); in ComputeEmptySubobjectSizes()201 if (EmptySize > SizeOfLargestEmptySubobject) in ComputeEmptySubobjectSizes()202 SizeOfLargestEmptySubobject = EmptySize; in ComputeEmptySubobjectSizes()214 CharUnits EmptySize; in ComputeEmptySubobjectSizes() local219 EmptySize = Layout.getSize(); in ComputeEmptySubobjectSizes()222 EmptySize = Layout.getSizeOfLargestEmptySubobject(); in ComputeEmptySubobjectSizes()225 if (EmptySize > SizeOfLargestEmptySubobject) in ComputeEmptySubobjectSizes()226 SizeOfLargestEmptySubobject = EmptySize; in ComputeEmptySubobjectSizes()