Home
last modified time | relevance | path

Searched refs:JSCollection (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dheap-snapshot-generator.h368 void ExtractJSCollectionReferences(int entry, JSCollection* collection);
Dheap-snapshot-generator.cc1220 JSCollection* collection) { in ExtractJSCollectionReferences()
1222 JSCollection::kTableOffset); in ExtractJSCollectionReferences()
Dobjects.h9649 class JSCollection : public JSObject {
9658 DISALLOW_IMPLICIT_CONSTRUCTORS(JSCollection);
9663 class JSSet : public JSCollection {
9677 class JSMap : public JSCollection {
Dobjects-inl.h6029 ACCESSORS(JSCollection, table, Object, kTableOffset) in ACCESSORS() argument