Changeset 215637 in webkit for trunk/Source/JavaScriptCore/heap/LargeAllocation.h
- Timestamp:
- Apr 21, 2017, 2:14:15 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/LargeAllocation.h
r213645 r215637 122 122 return m_isMarked.compareExchangeStrong(false, true); 123 123 } 124 ALWAYS_INLINE bool testAndSetMarked(HeapCell*, Dependency , TransactionAbortLikelihood = TransactionAbortLikelihood::Likely) { return testAndSetMarked(); }124 ALWAYS_INLINE bool testAndSetMarked(HeapCell*, Dependency) { return testAndSetMarked(); } 125 125 void clearMarked() { m_isMarked.store(false); } 126 126
Note:
See TracChangeset
for help on using the changeset viewer.