Searched refs:JSCollection (Results 1 – 6 of 6) sorted by relevance
35 return static_cast<JSCollection*>(object)->table(); in RUNTIME_FUNCTION()
375 void ExtractJSCollectionReferences(int entry, JSCollection* collection);
1214 JSCollection* collection) { in ExtractJSCollectionReferences()1216 JSCollection::kTableOffset); in ExtractJSCollectionReferences()
9661 class JSCollection : public JSObject {9670 DISALLOW_IMPLICIT_CONSTRUCTORS(JSCollection);9675 class JSSet : public JSCollection {9692 class JSMap : public JSCollection {
6262 ACCESSORS(JSCollection, table, Object, kTableOffset) in ACCESSORS() argument
6170 JSCollection::kTableOffset); in ForJSCollectionTable()