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

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

Issue 2265773002: Add more functions into CFI blacklist. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 # https://crbug.com/638064 125 # https://crbug.com/638064
126 fun:*DrawingDisplayItem*ApproximateOpCount* 126 fun:*DrawingDisplayItem*ApproximateOpCount*
127 127
128 # WebKit 128 # WebKit
129 # The entries below have not been categorized 129 # The entries below have not been categorized
130 130
131 # blink::BoxClipper::BoxClipper 131 # blink::BoxClipper::BoxClipper
132 fun:*blink*BoxClipper*LayoutBox*PaintInfo*LayoutPoint*ContentsClipBehavior* 132 fun:*blink*BoxClipper*LayoutBox*PaintInfo*LayoutPoint*ContentsClipBehavior*
133 133
134 # blink::DrawingDisplayItem::DrawingDisplayItem 134 # blink::DrawingDisplayItem::DrawingDisplayItem
135 fun: *blink*DrawingDisplayItem*DisplayItemClient* 135 fun:*blink*DrawingDisplayItem*DisplayItemClient*
136
137 # cc::DisplayItemList::Inputs::~Inputs
138 fun:*cc*DisplayItemList*Inputs*
136 139
137 fun:*ContainerNode*isChildTypeAllowed* 140 fun:*ContainerNode*isChildTypeAllowed*
138 fun:*ContainerNode*checkAcceptChild* 141 fun:*ContainerNode*checkAcceptChild*
139 fun:*ContainerNode*notifyNodeInserted* 142 fun:*ContainerNode*notifyNodeInserted*
140 fun:*ContainerNode*attachLayoutTree* 143 fun:*ContainerNode*attachLayoutTree*
141 fun:*ContainerNode*notifyNodeInsertedInternal* 144 fun:*ContainerNode*notifyNodeInsertedInternal*
142 fun:*SharedStyleFinder*canShareStyleWithElement* 145 fun:*SharedStyleFinder*canShareStyleWithElement*
143 fun:*ElementRuleCollector*collectMatchingRules* 146 fun:*ElementRuleCollector*collectMatchingRules*
144 fun:*Element*attributeChanged* 147 fun:*Element*attributeChanged*
145 fun:*Element*didAddAttribute* 148 fun:*Element*didAddAttribute*
146 fun:*LayoutTreeBuilderForElement*shouldCreateLayoutObject* 149 fun:*LayoutTreeBuilderForElement*shouldCreateLayoutObject*
147 fun:*LayoutTreeBuilderForElement*createLayoutObject* 150 fun:*LayoutTreeBuilderForElement*createLayoutObject*
148 fun:*Node*isPseudoElement* 151 fun:*Node*isPseudoElement*
149 fun:*Node*isFirstLetterPseudoElement* 152 fun:*Node*isFirstLetterPseudoElement*
150 fun:*Node*wrap* 153 fun:*Node*wrap*
151 fun:*EventTarget*hasEventListeners* 154 fun:*EventTarget*hasEventListeners*
152 fun:*HTMLCollection*invalidateCacheForAttribute* 155 fun:*HTMLCollection*invalidateCacheForAttribute*
156 fun:*LayoutBlock*createsNewFormattingContext*
157 fun:*LayoutBlock*computeChildPreferredLogicalWidth*
158 fun:*LayoutBlock*computePreferredLogicalWidths*
159 fun:*LayoutBlock*computeOverflow*
160 fun:*LayoutBlock*logicalLeftOffsetForContent*
153 fun:*LayoutBlock*updateLogicalWidthAndColumnWidth* 161 fun:*LayoutBlock*updateLogicalWidthAndColumnWidth*
154 fun:*LayoutBlock*computeOverflow* 162 fun:*LayoutBlockFlow*computeInlinePreferredLogicalWidths*
155 fun:*LayoutBlock*createsNewFormattingContext* 163 fun:*LayoutBlockFlow*determineLogicalLeftPositionForChild*
156 fun:*LayoutBlock*computePreferredLogicalWidths*
157 fun:*LayoutBlockFlow*layoutBlockFlow* 164 fun:*LayoutBlockFlow*layoutBlockFlow*
165 fun:*LayoutBlockFlow*layoutInlineChildren*
166 fun:*LayoutBlockFlow*marginBeforeEstimateForChild*
158 fun:*LayoutBlockFlow*rebuildFloatsFromIntruding* 167 fun:*LayoutBlockFlow*rebuildFloatsFromIntruding*
168 fun:*LayoutBlockFlow*yPositionForFloatIncludingMargin*
159 fun:*LayoutBlockFlow*styleDidChange* 169 fun:*LayoutBlockFlow*styleDidChange*
160 fun:*LayoutBlockFlow*layoutInlineChildren* 170 fun:*LayoutBox*addLayoutOverflow*
171 fun:*LayoutBox*addOverflowFromChild*
172 fun:*LayoutBox*avoidsFloats*
173 fun:*LayoutBox*baselinePosition*
174 fun:*LayoutBox*clientBoxRect*
175 fun:*LayoutBox*clientHeight*
176 fun:*LayoutBox*clientLeft*
177 fun:*LayoutBox*clientLogicalBottom*
178 fun:*LayoutBox*clientLogicalHeight*
179 fun:*LayoutBox*clientLogicalWidth*
180 fun:*LayoutBox*clientTop*
181 fun:*LayoutBox*clientWidth*
182 fun:*LayoutBox*computeBackgroundIsKnownToBeObscured*
183 fun:*LayoutBox*computeIntrinsicLogicalWidthUsing*
184 fun:*LayoutBox*computeLogicalHeight*
185 fun:*LayoutBox*computeLogicalWidthUsing*
161 fun:*LayoutBox*contentBoxRect* 186 fun:*LayoutBox*contentBoxRect*
187 fun:*LayoutBox*contentHeight*
162 fun:*LayoutBox*contentWidth* 188 fun:*LayoutBox*contentWidth*
163 fun:*LayoutBox*contentHeight* 189 fun:*LayoutBox*hasAutoHorizontalScrollbar*
164 fun:*LayoutBox*clientLeft*
165 fun:*LayoutBox*clientTop*
166 fun:*LayoutBox*clientLogicalWidth*
167 fun:*LayoutBox*clientLogicalHeight*
168 fun:*LayoutBox*clientLogicalBottom*
169 fun:*LayoutBox*clientBoxRect*
170 fun:*LayoutBox*hasAutoVerticalScrollbar* 190 fun:*LayoutBox*hasAutoVerticalScrollbar*
171 fun:*LayoutBox*hasAutoHorizontalScrollbar* 191 fun:*LayoutBox*hasUnsplittableScrollingOverflow*
192 fun:*LayoutBox*layoutOverflowRectForPropagation*
193 fun:*LayoutBox*logicalLayoutOverflowRectForPropagation*
194 fun:*LayoutBox*maxPreferredLogicalWidth*
195 fun:*LayoutBox*noOverflowRect*
172 fun:*LayoutBox*scrollsOverflow* 196 fun:*LayoutBox*scrollsOverflow*
173 fun:*LayoutBox*clientWidth*
174 fun:*LayoutBox*clientHeight*
175 fun:*LayoutBox*maxPreferredLogicalWidth*
176 fun:*borderPaddingWidthForBoxSizing*
177 fun:*LayoutBox*computeBackgroundIsKnownToBeObscured*
178 fun:*LayoutBox*updateLogicalHeight* 197 fun:*LayoutBox*updateLogicalHeight*
179 fun:*LayoutBox*computeLogicalHeight*
180 fun:*shouldBeConsideredAsReplaced*
181 fun:*LayoutBox*avoidsFloats*
182 fun:*LayoutBox*addOverflowFromChild*
183 fun:*LayoutBox*addLayoutOverflow*
184 fun:*LayoutBox*hasUnsplittableScrollingOverflow*
185 fun:*LayoutBox*visualOverflowRectForPropagation* 198 fun:*LayoutBox*visualOverflowRectForPropagation*
186 fun:*LayoutBox*logicalLayoutOverflowRectForPropagation*
187 fun:*LayoutBox*layoutOverflowRectForPropagation*
188 fun:*LayoutBox*noOverflowRect*
189 fun:*LayoutBoxModelObject*borderAndPaddingHeight* 199 fun:*LayoutBoxModelObject*borderAndPaddingHeight*
190 fun:*LayoutBoxModelObject*borderAndPaddingWidth* 200 fun:*LayoutBoxModelObject*borderAndPaddingWidth*
191 fun:*LayoutBoxModelObject*borderAndPaddingLogicalHeight* 201 fun:*LayoutBoxModelObject*borderAndPaddingLogicalHeight*
192 fun:*LayoutBoxModelObject*borderAndPaddingLogicalWidth* 202 fun:*LayoutBoxModelObject*borderAndPaddingLogicalWidth*
193 fun:*LayoutBoxModelObject*borderAndPaddingLogicalLeft* 203 fun:*LayoutBoxModelObject*borderAndPaddingLogicalLeft*
194 fun:*LayoutBoxModelObject*styleDidChange* 204 fun:*LayoutBoxModelObject*styleDidChange*
195 fun:*LayoutBoxModelObject*invalidateTreeIfNeeded* 205 fun:*LayoutBoxModelObject*invalidateTreeIfNeeded*
206 fun:*LayoutFlexibleBox*adjustChildSizeForMinAndMax*
207 fun:*LayoutFlexibleBox*childIntrinsicLogicalHeight*
208 fun:*LayoutFlexibleBox*clientLogicalBottomAfterRepositioning*
209 fun:*LayoutFlexibleBox*computeInnerFlexBaseSizeForChild*
210 fun:*LayoutFlexibleBox*constructFlexItem*
211 fun:*LayoutFlexibleBox*flowAwareBorderAfter*
212 fun:*LayoutFlexibleBox*flowAwareMarginBeforeForChild*
213 fun:*LayoutFlexibleBox*flowAwareMarginEndForChild*
214 fun:*LayoutFlexibleBox*flowAwareMarginStartForChild*
215 fun:*LayoutFlexibleBox*flowAwarePaddingAfter*
216 fun:*LayoutFlexibleBox*layoutAndPlaceChildren*
217 fun:*LayoutFlexibleBox*marginBoxAscentForChild*
218 fun:*LayoutGrid*updateAutoMarginsInColumnAxisIfNeeded*
219 fun:*LayoutGrid*updateAutoMarginsInRowAxisIfNeeded*
196 fun:*LayoutObject*slowFirstChild* 220 fun:*LayoutObject*slowFirstChild*
197 fun:*LayoutObject*canHaveChildren* 221 fun:*LayoutObject*canHaveChildren*
198 fun:*LayoutObject*layoutIfNeeded* 222 fun:*LayoutObject*addChild*
199 fun:*LayoutObject*backgroundIsKnownToBeObscured* 223 fun:*LayoutObject*backgroundIsKnownToBeObscured*
200 fun:*LayoutObject*addChild*
201 fun:*LayoutObject*invalidatePaintOfSubtreesIfNeeded* 224 fun:*LayoutObject*invalidatePaintOfSubtreesIfNeeded*
202 fun:*LayoutObject*invalidatePaintIfNeeded* 225 fun:*LayoutObject*invalidatePaintIfNeeded*
226 fun:*LayoutObject*layoutIfNeeded*
203 fun:*LayoutObject*setStyle* 227 fun:*LayoutObject*setStyle*
204 fun:*LayoutObjectChildList*insertChildNode* 228 fun:*LayoutObjectChildList*insertChildNode*
205 fun:*supportsCachedOffsets* 229 fun:*supportsCachedOffsets*
206 fun:*PaintInvalidationState*computePaintInvalidationRectInBacking* 230 fun:*PaintInvalidationState*computePaintInvalidationRectInBacking*
207 fun:*FrameTree*parent* 231 fun:*FrameTree*parent*
208 fun:*FrameTree*traverseNext* 232 fun:*FrameTree*traverseNext*
209 fun:*PageAnimator*scheduleVisualUpdate* 233 fun:*PageAnimator*scheduleVisualUpdate*
210 fun:*BlockPainter*paint* 234 fun:*BlockPainter*paint*
211 fun:*BlockPainter*paintObject* 235 fun:*BlockPainter*paintObject*
212 fun:*BlockPainter*intersectsPaintRect* 236 fun:*BlockPainter*intersectsPaintRect*
213 fun:*ObjectPaintInvalidator*computePaintInvalidationReason* 237 fun:*ObjectPaintInvalidator*computePaintInvalidationReason*
214 fun:*ObjectPaintInvalidator*invalidateSelectionIfNeeded* 238 fun:*ObjectPaintInvalidator*invalidateSelectionIfNeeded*
215 fun:*ObjectPaintInvalidator*invalidatePaintIfNeededWithComputedReason* 239 fun:*ObjectPaintInvalidator*invalidatePaintIfNeededWithComputedReason*
216 fun:*ContiguousContainer*clear* 240 fun:*ContiguousContainer*clear*
217 fun:*GraphicsLayer*setNeedsDisplayInRect* 241 fun:*GraphicsLayer*setNeedsDisplayInRect*
218 fun:*PaintArtifact*appendToWebDisplayItemList* 242 fun:*PaintArtifact*appendToWebDisplayItemList*
219 fun:*visualRectForDisplayItem* 243 fun:*visualRectForDisplayItem*
220 fun:*PaintController*commitNewDisplayItems* 244 fun:*PaintController*commitNewDisplayItems*
221 fun:*AdjustAndMarkTrait**mark* 245 fun:*AdjustAndMarkTrait**mark*
222 fun:*TraceTrait**trace* 246 fun:*TraceTrait**trace*
223 fun:*ChromeClientImpl*scheduleAnimation* 247 fun:*ChromeClientImpl*scheduleAnimation*
224 fun:*traceImpl* 248 fun:*traceImpl*
249 fun:*shouldBeConsideredAsReplaced*
250 fun:*borderPaddingWidthForBoxSizing*
251 fun:*blink*PODIntervalTree*searchForOverlapsFrom*
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698