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

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

Issue 2332053002: Add DISABLE_CFI_PERF attribute on the methods with CFI checks disabled. (Closed)
Patch Set: LayoutObject, LayoutObjectChildList 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/paint/ObjectPaintInvalidator.cpp ('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:*LayoutBoxModelObject*borderAndPaddingHeight*
137 fun:*LayoutBoxModelObject*borderAndPaddingWidth*
138 fun:*LayoutBoxModelObject*borderAndPaddingBefore*
139 fun:*LayoutBoxModelObject*borderAndPaddingAfter*
140 fun:*LayoutBoxModelObject*borderAndPaddingLogicalHeight*
141 fun:*LayoutBoxModelObject*borderAndPaddingLogicalWidth*
142 fun:*LayoutBoxModelObject*borderAndPaddingLogicalLeft*
143 fun:*LayoutBoxModelObject*marginHeight*
144 fun:*LayoutBoxModelObject*marginWidth*
145 fun:*LayoutBoxModelObject*marginLogicalHeight*
146 fun:*LayoutBoxModelObject*marginLogicalWidth*
147 fun:*LayoutBoxModelObject*styleDidChange*
148 fun:*LayoutBoxModelObject*invalidateTreeIfNeeded*
149 fun:*LayoutFlexibleBox*adjustChildSizeForMinAndMax*
150 fun:*LayoutFlexibleBox*childIntrinsicLogicalHeight*
151 fun:*LayoutFlexibleBox*clientLogicalBottomAfterRepositioning*
152 fun:*LayoutFlexibleBox*computeInnerFlexBaseSizeForChild*
153 fun:*LayoutFlexibleBox*constructFlexItem*
154 fun:*LayoutFlexibleBox*flowAwareBorderAfter*
155 fun:*LayoutFlexibleBox*flowAwareMarginBeforeForChild*
156 fun:*LayoutFlexibleBox*flowAwareMarginEndForChild*
157 fun:*LayoutFlexibleBox*flowAwareMarginStartForChild*
158 fun:*LayoutFlexibleBox*flowAwarePaddingAfter*
159 fun:*LayoutFlexibleBox*layoutAndPlaceChildren*
160 fun:*LayoutFlexibleBox*marginBoxAscentForChild*
161 fun:*LayoutGrid*maxContentForChild*
162 fun:*LayoutGrid*minContentForChild*
163 fun:*LayoutGrid*updateAutoMarginsInColumnAxisIfNeeded*
164 fun:*LayoutGrid*updateAutoMarginsInRowAxisIfNeeded*
165 fun:*LayoutObject*addChild*
166 fun:*LayoutObject*backgroundIsKnownToBeObscured*
167 fun:*LayoutObject*canHaveChildren*
168 fun:*LayoutObject*invalidatePaintIfNeeded*
169 fun:*LayoutObject*invalidatePaintOfPreviousPaintInvalidationRect*
170 fun:*LayoutObject*invalidatePaintOfSubtreesIfNeeded*
171 fun:*LayoutObject*insertedIntoTree*
172 fun:*LayoutObject*layoutIfNeeded*
173 fun:*LayoutObject*removeShapeImageClient*
174 fun:*LayoutObject*setStyle*
175 fun:*LayoutObject*slowFirstChild*
176 fun:*LayoutObjectChildList*insertChildNode*
177 fun:*Node*isAfterPseudoElement* 136 fun:*Node*isAfterPseudoElement*
178 fun:*Node*isBeforePseudoElement* 137 fun:*Node*isBeforePseudoElement*
179 fun:*Node*isFirstLetterPseudoElement* 138 fun:*Node*isFirstLetterPseudoElement*
180 fun:*Node*isPseudoElement* 139 fun:*Node*isPseudoElement*
181 fun:*Node*wrap* 140 fun:*Node*wrap*
182 fun:*PaintInvalidationState*computePaintInvalidationRectInBacking* 141 fun:*PaintInvalidationState*computePaintInvalidationRectInBacking*
183 fun:*FrameTree*parent* 142 fun:*FrameTree*parent*
184 fun:*FrameTree*traverseNext* 143 fun:*FrameTree*traverseNext*
185 fun:*PageAnimator*scheduleVisualUpdate* 144 fun:*PageAnimator*scheduleVisualUpdate*
186 fun:*BlockPainter*paint* 145 fun:*BlockPainter*paint*
(...skipping 11 matching lines...) Expand all
198 fun:*AdjustAndMarkTrait*mark* 157 fun:*AdjustAndMarkTrait*mark*
199 fun:*TraceTrait*trace* 158 fun:*TraceTrait*trace*
200 fun:*ChromeClientImpl*scheduleAnimation* 159 fun:*ChromeClientImpl*scheduleAnimation*
201 fun:*blink*PODIntervalTree*searchForOverlapsFrom* 160 fun:*blink*PODIntervalTree*searchForOverlapsFrom*
202 fun:*borderPaddingWidthForBoxSizing* 161 fun:*borderPaddingWidthForBoxSizing*
203 fun:*hasAspectRatio* 162 fun:*hasAspectRatio*
204 fun:*nextBreakablePosition* 163 fun:*nextBreakablePosition*
205 fun:*shouldBeConsideredAsReplaced* 164 fun:*shouldBeConsideredAsReplaced*
206 fun:*supportsCachedOffsets* 165 fun:*supportsCachedOffsets*
207 fun:*traceImpl* 166 fun:*traceImpl*
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/paint/ObjectPaintInvalidator.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698