Searched refs:LayoutSize (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGRecordLayoutBuilder.cpp | 287 CharUnits LayoutSize = Layout.getSize(); in lowerUnion() local 301 if (LayoutSize < getSize(FieldType)) in lowerUnion() 302 FieldType = getByteArrayType(LayoutSize); in lowerUnion() 337 return appendPaddingBytes(LayoutSize); in lowerUnion() 340 if (LayoutSize < getSize(StorageType)) in lowerUnion() 341 StorageType = getByteArrayType(LayoutSize); in lowerUnion() 343 appendPaddingBytes(LayoutSize - getSize(StorageType)); in lowerUnion() 345 if (LayoutSize % getAlignment(StorageType)) in lowerUnion()
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/ |
D | perf_report_output.txt | 1776 …tate::LayoutState(WebCore::LayoutState*, WebCore::RenderBox*, WebCore::LayoutSize const&, WebCore:… 1778 …tate::LayoutState(WebCore::LayoutState*, WebCore::RenderBox*, WebCore::LayoutSize const&, WebCore:… 2026 …, WebCore::BackgroundBleedAvoidance, WebCore::InlineFlowBox*, WebCore::LayoutSize const&, WebCore:… 2028 …, WebCore::BackgroundBleedAvoidance, WebCore::InlineFlowBox*, WebCore::LayoutSize const&, WebCore:…
|