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 |
61 ############################################################################# | 66 ############################################################################# |
62 # Methods disabled due to perf considerations. | 67 # Methods disabled due to perf considerations. |
63 | 68 |
64 # Skia | 69 # Skia |
65 | 70 |
66 # https://crbug.com/638064#c1 | 71 # https://crbug.com/638064#c1 |
67 fun:*SkPictureUtils*ApproximateBytesUsed* | 72 fun:*SkPictureUtils*ApproximateBytesUsed* |
68 | 73 |
69 # https://crbug.com/638056#c1 | 74 # https://crbug.com/638056#c1 |
70 fun:*SkCanvas*onDrawRect* | 75 fun:*SkCanvas*onDrawRect* |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 fun:*AdjustAndMarkTrait*mark* | 135 fun:*AdjustAndMarkTrait*mark* |
131 fun:*TraceTrait*trace* | 136 fun:*TraceTrait*trace* |
132 fun:*ChromeClientImpl*scheduleAnimation* | 137 fun:*ChromeClientImpl*scheduleAnimation* |
133 fun:*blink*PODIntervalTree*searchForOverlapsFrom* | 138 fun:*blink*PODIntervalTree*searchForOverlapsFrom* |
134 fun:*borderPaddingWidthForBoxSizing* | 139 fun:*borderPaddingWidthForBoxSizing* |
135 fun:*hasAspectRatio* | 140 fun:*hasAspectRatio* |
136 fun:*nextBreakablePosition* | 141 fun:*nextBreakablePosition* |
137 fun:*shouldBeConsideredAsReplaced* | 142 fun:*shouldBeConsideredAsReplaced* |
138 fun:*supportsCachedOffsets* | 143 fun:*supportsCachedOffsets* |
139 fun:*traceImpl* | 144 fun:*traceImpl* |
OLD | NEW |