Home | History | Annotate | Download | only in src

Lines Matching refs:OrderedHashTable

87 //         - OrderedHashTable
1008 V(OrderedHashTable)
3811 // OrderedHashTable is a HashTable with Object keys that preserves
3813 // and OrderedHashTable, below). It is meant to be used by JSMap/JSSet.
3848 class OrderedHashTable: public FixedArray {
3850 // Returns an OrderedHashTable with a capacity of at least |capacity|.
3854 // Returns an OrderedHashTable (possibly |table|) with enough space
3858 // Returns an OrderedHashTable (possibly |table|) that's shrunken
3862 // Returns a new empty OrderedHashTable and records the clearing so that
3866 // Returns a true if the OrderedHashTable contains the key
3999 class OrderedHashSet: public OrderedHashTable<
4015 : public OrderedHashTable<OrderedHashMap, JSMapIterator, 2> {
9877 // values of an OrderedHashTable.
9879 // The iterator has a reference to the underlying OrderedHashTable data,
9882 // When the OrderedHashTable is rehashed it adds a reference from the old table