Searched refs:JSCollection (Results 1 – 8 of 8) sorted by relevance
17 class JSCollection : public JSObject {26 DISALLOW_IMPLICIT_CONSTRUCTORS(JSCollection);30 class JSSet : public JSCollection {59 class JSMap : public JSCollection {
18 ACCESSORS(JSCollection, table, Object, kTableOffset) in ACCESSORS() argument
32 class JSCollection; variable387 void ExtractJSCollectionReferences(int entry, JSCollection* collection);
1059 JSCollection* collection) { in ExtractJSCollectionReferences()1061 JSCollection::kTableOffset); in ExtractJSCollectionReferences()
111 FieldAccess access = {kTaggedBase, JSCollection::kTableOffset, in ForJSCollectionTable()
33 class JSCollection; variable
728 Node* const table = LoadObjectField(collection, JSCollection::kTableOffset); in AllocateJSCollectionIterator()
820 V(JSCollection) \