Lines Matching refs:ObjectHashSet
3234 // ObjectHashSet holds keys that are arbitrary objects by using the identity3236 class ObjectHashSet: public HashTable<ObjectHashTableShape<1>, Object*> {3238 static inline ObjectHashSet* cast(Object* obj) {3240 return reinterpret_cast<ObjectHashSet*>(obj);