Searched refs:testAndSetMarked (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/heap/
H A DHeap.h61 static bool testAndSetMarked(const JSCell*);
150 inline bool Heap::testAndSetMarked(const JSCell* cell) function in class:JSC::Heap
152 return MarkedSpace::testAndSetMarked(cell);
H A DMarkedSpace.h55 static bool testAndSetMarked(const JSCell*);
130 inline bool MarkedSpace::testAndSetMarked(const JSCell* cell) function in class:JSC::MarkedSpace
132 return MarkedBlock::blockFor(cell)->testAndSetMarked(cell);
H A DMarkedBlock.h74 bool testAndSetMarked(const void*);
203 inline bool MarkedBlock::testAndSetMarked(const void* p) function in class:JSC::MarkedBlock
H A DMarkStack.cpp105 if (!value || !value.isCell() || Heap::testAndSetMarked(cell = value.asCell())) {
/external/webkit/Source/JavaScriptCore/runtime/
H A DStructure.h292 if (Heap::testAndSetMarked(cell))

Completed in 52 milliseconds