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

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

Issue 2282753003: Remove entries from CFI blacklist for V8 methods. (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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 # https://crbug.com/638056 86 # https://crbug.com/638056
87 fun:*call_hline_blitter* 87 fun:*call_hline_blitter*
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 # V8
97
98 # https://crbug.com/638056
99 fun:*VisitorAdapter*VisitEmbedderReference*
100 fun:*GlobalHandles*IterateWeakRoots*
101 fun:*GlobalHandles*IterateObjectGroups*
102 fun:*GlobalHandles*IterateAllRoots*
103 fun:*GlobalHandles*IterateAllRootsWithClassIds*
104 fun:*GlobalHandles*IterateAllRootsInNewSpaceWithClassIds*
105 fun:*GlobalHandles*IterateWeakRootsInNewSpaceWithClassIds*
106 fun:*SerializerDeserializer*Iterate*
107
108 # Unclear what could be done here
109 fun:*BodyDescriptorBase*IteratePointers*
110
111 # CC 96 # CC
112 97
113 # https://crbug.com/638045 98 # https://crbug.com/638045
114 fun:*WebLayerImpl*invalidateRect* 99 fun:*WebLayerImpl*invalidateRect*
115 100
116 # https://crbug.com/638056 101 # https://crbug.com/638056
117 fun:*DisplayItemList*Raster* 102 fun:*DisplayItemList*Raster*
118 fun:*DisplayItemList*ApproximateMemoryUsage* 103 fun:*DisplayItemList*ApproximateMemoryUsage*
119 fun:*LayerTreeHost*SetNeedsAnimate* 104 fun:*LayerTreeHost*SetNeedsAnimate*
120 fun:*LayerTreeHost*NotifySwapPromiseMonitorsOfSetNeedsCommit* 105 fun:*LayerTreeHost*NotifySwapPromiseMonitorsOfSetNeedsCommit*
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 fun:*BlockPainter*intersectsPaintRect* 252 fun:*BlockPainter*intersectsPaintRect*
268 fun:*ObjectPaintInvalidator*computePaintInvalidationReason* 253 fun:*ObjectPaintInvalidator*computePaintInvalidationReason*
269 fun:*ObjectPaintInvalidator*invalidateSelectionIfNeeded* 254 fun:*ObjectPaintInvalidator*invalidateSelectionIfNeeded*
270 fun:*ObjectPaintInvalidator*invalidatePaintIfNeededWithComputedReason* 255 fun:*ObjectPaintInvalidator*invalidatePaintIfNeededWithComputedReason*
271 fun:*StyleResolver*matchAllRules* 256 fun:*StyleResolver*matchAllRules*
272 fun:*ContiguousContainer*clear* 257 fun:*ContiguousContainer*clear*
273 fun:*GraphicsLayer*setNeedsDisplayInRect* 258 fun:*GraphicsLayer*setNeedsDisplayInRect*
274 fun:*PaintArtifact*appendToWebDisplayItemList* 259 fun:*PaintArtifact*appendToWebDisplayItemList*
275 fun:*visualRectForDisplayItem* 260 fun:*visualRectForDisplayItem*
276 fun:*PaintController*commitNewDisplayItems* 261 fun:*PaintController*commitNewDisplayItems*
277 fun:*AdjustAndMarkTrait**mark* 262 fun:*AdjustAndMarkTrait*mark*
278 fun:*TraceTrait**trace* 263 fun:*TraceTrait*trace*
279 fun:*ChromeClientImpl*scheduleAnimation* 264 fun:*ChromeClientImpl*scheduleAnimation*
280 fun:*blink*PODIntervalTree*searchForOverlapsFrom* 265 fun:*blink*PODIntervalTree*searchForOverlapsFrom*
281 fun:*borderPaddingWidthForBoxSizing* 266 fun:*borderPaddingWidthForBoxSizing*
282 fun:*hasAspectRatio* 267 fun:*hasAspectRatio*
283 fun:*nextBreakablePosition* 268 fun:*nextBreakablePosition*
284 fun:*shouldBeConsideredAsReplaced* 269 fun:*shouldBeConsideredAsReplaced*
285 fun:*supportsCachedOffsets* 270 fun:*supportsCachedOffsets*
286 fun:*traceImpl* 271 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