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

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSSegmentedVariableObject.cpp60 void JSSegmentedVariableObject::visitChildren(JSCell* cell, SlotVisitor& slotVisitor) argument
66 JSSymbolTableObject::visitChildren(thisObject, slotVisitor);
69 slotVisitor.append(&thisObject->m_registers[i]);
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DGCThread.cpp38 GCThread::GCThread(GCThreadSharedData& shared, SlotVisitor* slotVisitor, CopyVisitor* copyVisitor) argument
41 , m_slotVisitor(WTF::adoptPtr(slotVisitor))
58 SlotVisitor* GCThread::slotVisitor() function in class:JSC::GCThread
H A DGCThread.h44 SlotVisitor* slotVisitor();
H A DGCThreadSharedData.cpp43 m_gcThreads[i]->slotVisitor()->reset();
50 result += m_gcThreads[i]->slotVisitor()->visitCount();
73 SlotVisitor* slotVisitor = new SlotVisitor(*this); local
75 GCThread* newThread = new GCThread(*this, slotVisitor, copyVisitor);
H A DSlotVisitor.cpp43 m_shared.m_gcThreads[i]->slotVisitor()->m_shouldHashCons = m_shared.m_shouldHashCons;

Completed in 102 milliseconds