Searched defs:ObjectHashSet (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dfactory.cc98 Handle<ObjectHashSet> Factory::NewObjectHashSet(int at_least_space_for) {
101 ObjectHashSet::Allocate(at_least_space_for),
102 ObjectHashSet); local
H A Dobjects.h3234 // ObjectHashSet holds keys that are arbitrary objects by using the identity
3236 class ObjectHashSet: public HashTable<ObjectHashTableShape<1>, Object*> { class in namespace:v8::internal
3238 static inline ObjectHashSet* cast(Object* obj) {
3240 return reinterpret_cast<ObjectHashSet*>(obj);

Completed in 50 milliseconds