Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(391)

Side by Side Diff: tools/cfi/blacklist.txt

Issue 2304563003: Add DISABLE_CFI_PERF attribute on the methods with CFI checks disabled. (Closed)
Patch Set: InlineBox Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/core/layout/line/InlineFlowBox.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # e.g. RolloverProtectedTickClock 1 # e.g. RolloverProtectedTickClock
2 fun:*MutableInstance* 2 fun:*MutableInstance*
3 3
4 # WTF allocators. 4 # WTF allocators.
5 fun:*allocate*Backing* 5 fun:*allocate*Backing*
6 6
7 # WTF::ThreadSpecific 7 # WTF::ThreadSpecific
8 fun:*ThreadSpecific* 8 fun:*ThreadSpecific*
9 9
10 # Mesa contains several bad casts. 10 # Mesa contains several bad casts.
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 fun:*ContainerNode*notifyNodeInsertedInternal* 126 fun:*ContainerNode*notifyNodeInsertedInternal*
127 fun:*SharedStyleFinder*canShareStyleWithElement* 127 fun:*SharedStyleFinder*canShareStyleWithElement*
128 fun:*ElementRuleCollector*collectMatchingRules* 128 fun:*ElementRuleCollector*collectMatchingRules*
129 fun:*Element*attributeChanged* 129 fun:*Element*attributeChanged*
130 fun:*Element*didAddAttribute* 130 fun:*Element*didAddAttribute*
131 fun:*HTMLElement*offsetHeightForBinding* 131 fun:*HTMLElement*offsetHeightForBinding*
132 fun:*LayoutTreeBuilderForElement*shouldCreateLayoutObject* 132 fun:*LayoutTreeBuilderForElement*shouldCreateLayoutObject*
133 fun:*LayoutTreeBuilderForElement*createLayoutObject* 133 fun:*LayoutTreeBuilderForElement*createLayoutObject*
134 fun:*EventTarget*hasEventListeners* 134 fun:*EventTarget*hasEventListeners*
135 fun:*HTMLCollection*invalidateCacheForAttribute* 135 fun:*HTMLCollection*invalidateCacheForAttribute*
136 fun:*InlineBox*destroy*
137 fun:*InlineBox*moveInLogicalDirection*
138 fun:*InlineFlowBox*setConstructed*
139 fun:*LayoutBlock*createsNewFormattingContext*
140 fun:*LayoutBlock*computeChildPreferredLogicalWidth*
141 fun:*LayoutBlock*computePreferredLogicalWidths*
142 fun:*LayoutBlock*computeOverflow*
143 fun:*LayoutBlock*logicalLeftOffsetForContent*
144 fun:*LayoutBlock*marginAfterForChild*
145 fun:*LayoutBlock*marginBeforeForChild*
146 fun:*LayoutBlock*marginStartForChild*
147 fun:*LayoutBlock*updateLogicalWidthAndColumnWidth*
148 fun:*LayoutBlockFlow*computeInlinePreferredLogicalWidths*
149 fun:*LayoutBlockFlow*determineLogicalLeftPositionForChild*
150 fun:*LayoutBlockFlow*layoutBlockFlow*
151 fun:*LayoutBlockFlow*layoutInlineChildren*
152 fun:*LayoutBlockFlow*marginBeforeEstimateForChild*
153 fun:*LayoutBlockFlow*rebuildFloatsFromIntruding*
154 fun:*LayoutBlockFlow*yPositionForFloatIncludingMargin*
155 fun:*LayoutBlockFlow*styleDidChange*
156 fun:*LayoutBoxModelObject*borderAndPaddingHeight* 136 fun:*LayoutBoxModelObject*borderAndPaddingHeight*
157 fun:*LayoutBoxModelObject*borderAndPaddingWidth* 137 fun:*LayoutBoxModelObject*borderAndPaddingWidth*
158 fun:*LayoutBoxModelObject*borderAndPaddingBefore* 138 fun:*LayoutBoxModelObject*borderAndPaddingBefore*
159 fun:*LayoutBoxModelObject*borderAndPaddingAfter* 139 fun:*LayoutBoxModelObject*borderAndPaddingAfter*
160 fun:*LayoutBoxModelObject*borderAndPaddingLogicalHeight* 140 fun:*LayoutBoxModelObject*borderAndPaddingLogicalHeight*
161 fun:*LayoutBoxModelObject*borderAndPaddingLogicalWidth* 141 fun:*LayoutBoxModelObject*borderAndPaddingLogicalWidth*
162 fun:*LayoutBoxModelObject*borderAndPaddingLogicalLeft* 142 fun:*LayoutBoxModelObject*borderAndPaddingLogicalLeft*
163 fun:*LayoutBoxModelObject*marginHeight* 143 fun:*LayoutBoxModelObject*marginHeight*
164 fun:*LayoutBoxModelObject*marginWidth* 144 fun:*LayoutBoxModelObject*marginWidth*
165 fun:*LayoutBoxModelObject*marginLogicalHeight* 145 fun:*LayoutBoxModelObject*marginLogicalHeight*
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 fun:*AdjustAndMarkTrait*mark* 198 fun:*AdjustAndMarkTrait*mark*
219 fun:*TraceTrait*trace* 199 fun:*TraceTrait*trace*
220 fun:*ChromeClientImpl*scheduleAnimation* 200 fun:*ChromeClientImpl*scheduleAnimation*
221 fun:*blink*PODIntervalTree*searchForOverlapsFrom* 201 fun:*blink*PODIntervalTree*searchForOverlapsFrom*
222 fun:*borderPaddingWidthForBoxSizing* 202 fun:*borderPaddingWidthForBoxSizing*
223 fun:*hasAspectRatio* 203 fun:*hasAspectRatio*
224 fun:*nextBreakablePosition* 204 fun:*nextBreakablePosition*
225 fun:*shouldBeConsideredAsReplaced* 205 fun:*shouldBeConsideredAsReplaced*
226 fun:*supportsCachedOffsets* 206 fun:*supportsCachedOffsets*
227 fun:*traceImpl* 207 fun:*traceImpl*
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/layout/line/InlineFlowBox.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698