| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 fun:*ThreadSafeRefCountedGarbageCollected*makeKeepAlive* | 66 fun:*ThreadSafeRefCountedGarbageCollected*makeKeepAlive* |
| 67 | 67 |
| 68 ############################################################################# | 68 ############################################################################# |
| 69 # Base class's destructor accesses a derived class. | 69 # Base class's destructor accesses a derived class. |
| 70 | 70 |
| 71 fun:*DatabaseContext*contextDestroyed* | 71 fun:*DatabaseContext*contextDestroyed* |
| 72 | 72 |
| 73 # FIXME: Cannot handle template function LifecycleObserver<>::setContext, | 73 # FIXME: Cannot handle template function LifecycleObserver<>::setContext, |
| 74 # so exclude source file for now. | 74 # so exclude source file for now. |
| 75 src:*LifecycleObserver.h* | 75 src:*LifecycleObserver.h* |
| 76 |
| 77 # Blink wtf::Vector cast on non-initialized data |
| 78 # https://crbug.com/568891 |
| 79 src:*wtf/Vector.h* |
| 80 src:*wtf/PartitionAllocator.h* |
| OLD | NEW |