Searched refs:ProtectCountSet (Results 1 – 5 of 5) sorted by relevance
156 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()
49 typedef HashCountedSet<JSCell*> ProtectCountSet; typedef128 ProtectCountSet m_protectedValues;
50 typedef HashCountedSet<JSObject*> ProtectCountSet; typedef91 ProtectCountSet m_protectCountSet;
125 ProtectCountSet::iterator end = m_protectCountSet.end(); in invalidate()126 for (ProtectCountSet::iterator it = m_protectCountSet.begin(); it != end; ++it) in invalidate()
5165 ProtectCountSet::contains => RootObject::gcIsProtected5424 …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,