OLD | NEW |
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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 | 51 |
52 ############################################################################# | 52 ############################################################################# |
53 # Base class's destructor accesses a derived class. | 53 # Base class's destructor accesses a derived class. |
54 | 54 |
55 fun:*DatabaseContext*contextDestroyed* | 55 fun:*DatabaseContext*contextDestroyed* |
56 | 56 |
57 # FIXME: Cannot handle template function LifecycleObserver<>::setContext, | 57 # FIXME: Cannot handle template function LifecycleObserver<>::setContext, |
58 # so exclude source file for now. | 58 # so exclude source file for now. |
59 src:*LifecycleObserver.h* | 59 src:*LifecycleObserver.h* |
60 | 60 |
61 # Blink wtf::Vector cast on non-initialized data | |
62 # https://crbug.com/568891 | |
63 src:*wtf/Vector.h* | |
64 src:*wtf/PartitionAllocator.h* | |
65 | |
66 ############################################################################# | 61 ############################################################################# |
67 # Methods disabled due to perf considerations. | 62 # Methods disabled due to perf considerations. |
68 | 63 |
69 # Skia | 64 # Skia |
70 | 65 |
71 # https://crbug.com/638064#c1 | 66 # https://crbug.com/638064#c1 |
72 fun:*SkPictureUtils*ApproximateBytesUsed* | 67 fun:*SkPictureUtils*ApproximateBytesUsed* |
73 | 68 |
74 # https://crbug.com/638056#c1 | 69 # https://crbug.com/638056#c1 |
75 fun:*SkCanvas*onDrawRect* | 70 fun:*SkCanvas*onDrawRect* |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 fun:*AdjustAndMarkTrait*mark* | 130 fun:*AdjustAndMarkTrait*mark* |
136 fun:*TraceTrait*trace* | 131 fun:*TraceTrait*trace* |
137 fun:*ChromeClientImpl*scheduleAnimation* | 132 fun:*ChromeClientImpl*scheduleAnimation* |
138 fun:*blink*PODIntervalTree*searchForOverlapsFrom* | 133 fun:*blink*PODIntervalTree*searchForOverlapsFrom* |
139 fun:*borderPaddingWidthForBoxSizing* | 134 fun:*borderPaddingWidthForBoxSizing* |
140 fun:*hasAspectRatio* | 135 fun:*hasAspectRatio* |
141 fun:*nextBreakablePosition* | 136 fun:*nextBreakablePosition* |
142 fun:*shouldBeConsideredAsReplaced* | 137 fun:*shouldBeConsideredAsReplaced* |
143 fun:*supportsCachedOffsets* | 138 fun:*supportsCachedOffsets* |
144 fun:*traceImpl* | 139 fun:*traceImpl* |
OLD | NEW |