Home
last modified time | relevance | path

Searched refs:ProtectCountSet (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/heap/
DHeap.cpp156 ProtectCountSet::iterator end = m_protectedValues.end(); in markProtectedObjects()
157 for (ProtectCountSet::iterator it = m_protectedValues.begin(); it != end; ++it) in markProtectedObjects()
293 ProtectCountSet::iterator end = m_protectedValues.end(); in protectedGlobalObjectCount()
294 for (ProtectCountSet::iterator it = m_protectedValues.begin(); it != end; ++it) { in protectedGlobalObjectCount()
354 ProtectCountSet::iterator end = m_protectedValues.end(); in protectedObjectTypeCounts()
355 for (ProtectCountSet::iterator it = m_protectedValues.begin(); it != end; ++it) in protectedObjectTypeCounts()
DHeap.h49 typedef HashCountedSet<JSCell*> ProtectCountSet; typedef
128 ProtectCountSet m_protectedValues;
/external/webkit/Source/WebCore/bridge/
Druntime_root.h50 typedef HashCountedSet<JSObject*> ProtectCountSet; typedef
91 ProtectCountSet m_protectCountSet;
Druntime_root.cpp125 ProtectCountSet::iterator end = m_protectCountSet.end(); in invalidate()
126 for (ProtectCountSet::iterator it = m_protectCountSet.begin(); it != end; ++it) in invalidate()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-145165 ProtectCountSet::contains => RootObject::gcIsProtected
5424 …ReferencesSet | ProtectCounts => ProtectCountSet (because it's a typename for a set of GC protect …
5437 that getting a ProtectCountSet entails adding a RootObject to a hash table,