Home
last modified time | relevance | path

Searched refs:setMarked (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/JavaScriptCore/heap/
DMarkedSpace.h56 static void setMarked(const JSCell*);
135 inline void MarkedSpace::setMarked(const JSCell* cell) in setMarked() function
137 MarkedBlock::blockFor(cell)->setMarked(cell); in setMarked()
DHeap.h62 static void setMarked(JSCell*);
155 inline void Heap::setMarked(JSCell* cell) in setMarked() function
157 MarkedSpace::setMarked(cell); in setMarked()
DMarkedBlock.h75 void setMarked(const void*);
208 inline void MarkedBlock::setMarked(const void* p) in setMarked() function
/external/webkit/Source/WebCore/platform/graphics/gpu/
DLoopBlinnLocalTriangulator.h88 void setMarked(bool marked) in setMarked() function
DLoopBlinnLocalTriangulator.cpp260 v->setMarked(true); in addInteriorVertex()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-16452 (JSC::MarkedBlock::setMarked):
1201 (JSC::MarkedBlock::setMarked): Changed const JSCell* to const void* to
1638 (JSC::MarkedBlock::setMarked):
1652 (JSC::MarkedSpace::setMarked):
1765 markCell => setMarked
1781 (JSC::Heap::setMarked):
1793 (JSC::MarkedBlock::setMarked):
1799 (JSC::MarkedSpace::setMarked):
DChangeLog8892 (JSC::MarkedBlock::setMarked):
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0645664 (WebCore::LoopBlinnLocalTriangulator::Vertex::setMarked):
49666 (WebCore::LoopBlinnLocalTriangulator::Vertex::setMarked):