Home
last modified time | relevance | path

Searched refs:markListSet (Results 1 – 4 of 4) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DArgList.cpp60 ListSet& markSet = heap->markListSet(); in slowAppend()
DCollector.h117 …HashSet<MarkedArgumentBuffer*>& markListSet() { if (!m_markListSet) m_markListSet = new HashSet<Ma… in markListSet() function
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-105155 (KJS::Heap::markListSet): Ditto.
6068 (KJS::Collector::markListSet):
7211 (KJS::Collector::markListSet):
7224 to an appropriate Heap's protected list. For now, a static Collector::markListSet() is
16446 (KJS::Heap::markListSet): Moved from a static variable in List.cpp to a per-thread one here.
DChangeLog-2009-06-167364 (JSC::Heap::markListSet):