Home
last modified time | relevance | path

Searched refs:testAndSet (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DBitmap.h39 bool testAndSet(size_t);
81 inline bool Bitmap<size>::testAndSet(size_t n) in testAndSet() function
/external/webkit/Source/JavaScriptCore/heap/
DMarkedBlock.h205 return m_marks.testAndSet(atomNumber(p)); in testAndSetMarked()
/external/webkit/Source/JavaScriptCore/runtime/
DJSCell.h357 if (!m_marks.testAndSet(m_nextAtom)) { in allocate()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-163328 (WTF::::testAndSet): Added, since this is the one thing Bitmap was missing