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

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

Issue 2288523002: Remove most of src/cc functions from the CFI blacklist. (Closed)
Patch Set: 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 | « 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 fun:*do_scanline* 88 fun:*do_scanline*
89 fun:*antifilldot8* 89 fun:*antifilldot8*
90 90
91 # Unclear what could be done here 91 # Unclear what could be done here
92 fun:*SkCanvas*drawRect* 92 fun:*SkCanvas*drawRect*
93 fun:*SkPictureGpuAnalyzer*analyzePicture* 93 fun:*SkPictureGpuAnalyzer*analyzePicture*
94 fun:*SkScalerContext*MakeRec* 94 fun:*SkScalerContext*MakeRec*
95 95
96 # CC 96 # CC
97 97
98 # https://crbug.com/638045
99 fun:*WebLayerImpl*invalidateRect*
100
101 # https://crbug.com/638056 98 # https://crbug.com/638056
102 fun:*DisplayItemList*Raster*
103 fun:*DisplayItemList*ApproximateMemoryUsage*
104 fun:*LayerTreeHost*SetNeedsAnimate*
105 fun:*LayerTreeHost*NotifySwapPromiseMonitorsOfSetNeedsCommit* 99 fun:*LayerTreeHost*NotifySwapPromiseMonitorsOfSetNeedsCommit*
106 fun:*LayerTreeHost*SetNeedsUpdateLayers*
107
108 # https://crbug.com/638060
109 fun:*DrawingDisplayItem*Raster*
110
111 # https://crbug.com/638064
112 fun:*DrawingDisplayItem*ApproximateOpCount*
113 100
114 # WebKit 101 # WebKit
115 # The entries below have not been categorized 102 # The entries below have not been categorized
116 103
117 # blink::BoxClipper::BoxClipper 104 # blink::BoxClipper::BoxClipper
118 fun:*blink*BoxClipper*LayoutBox*PaintInfo*LayoutPoint*ContentsClipBehavior* 105 fun:*blink*BoxClipper*LayoutBox*PaintInfo*LayoutPoint*ContentsClipBehavior*
119 106
120 # blink::DrawingDisplayItem::DrawingDisplayItem 107 # blink::DrawingDisplayItem::DrawingDisplayItem
121 fun:*blink*DrawingDisplayItem*DisplayItemClient* 108 fun:*blink*DrawingDisplayItem*DisplayItemClient*
122 109
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 fun:*AdjustAndMarkTrait*mark* 249 fun:*AdjustAndMarkTrait*mark*
263 fun:*TraceTrait*trace* 250 fun:*TraceTrait*trace*
264 fun:*ChromeClientImpl*scheduleAnimation* 251 fun:*ChromeClientImpl*scheduleAnimation*
265 fun:*blink*PODIntervalTree*searchForOverlapsFrom* 252 fun:*blink*PODIntervalTree*searchForOverlapsFrom*
266 fun:*borderPaddingWidthForBoxSizing* 253 fun:*borderPaddingWidthForBoxSizing*
267 fun:*hasAspectRatio* 254 fun:*hasAspectRatio*
268 fun:*nextBreakablePosition* 255 fun:*nextBreakablePosition*
269 fun:*shouldBeConsideredAsReplaced* 256 fun:*shouldBeConsideredAsReplaced*
270 fun:*supportsCachedOffsets* 257 fun:*supportsCachedOffsets*
271 fun:*traceImpl* 258 fun:*traceImpl*
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