HomeSort by relevance Sort by last modified time
    Searched defs:testAndSetMarked (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/heap/
Heap.h 61 static bool testAndSetMarked(const JSCell*);
150 inline bool Heap::testAndSetMarked(const JSCell* cell)
152 return MarkedSpace::testAndSetMarked(cell);
MarkedSpace.h 55 static bool testAndSetMarked(const JSCell*);
130 inline bool MarkedSpace::testAndSetMarked(const JSCell* cell)
132 return MarkedBlock::blockFor(cell)->testAndSetMarked(cell);
MarkedBlock.h 74 bool testAndSetMarked(const void*);
203 inline bool MarkedBlock::testAndSetMarked(const void* p)

Completed in 63 milliseconds