HomeSort by relevance Sort by last modified time
    Searched refs:testAndSetMarked (Results 1 - 5 of 5) 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)
MarkStack.cpp 105 if (!value || !value.isCell() || Heap::testAndSetMarked(cell = value.asCell())) {
  /external/webkit/Source/JavaScriptCore/runtime/
Structure.h 292 if (Heap::testAndSetMarked(cell))

Completed in 62 milliseconds