Home
last modified time | relevance | path

Searched refs:GetMapRootIndex (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/objects/
Dordered-hash-table-inl.h16 int OrderedHashSet::GetMapRootIndex() { in GetMapRootIndex() function
20 int OrderedHashMap::GetMapRootIndex() { in GetMapRootIndex() function
24 int SmallOrderedHashMap::GetMapRootIndex() { in GetMapRootIndex() function
28 int SmallOrderedHashSet::GetMapRootIndex() { in GetMapRootIndex() function
Ddictionary.h116 static inline int GetMapRootIndex();
219 static inline int GetMapRootIndex();
249 static inline int GetMapRootIndex();
269 static inline int GetMapRootIndex();
Dhash-table-inl.h61 int BaseShape<Key>::GetMapRootIndex() { in GetMapRootIndex() function
65 int EphemeronHashTableShape::GetMapRootIndex() { in GetMapRootIndex() function
Dordered-hash-table.h234 static inline int GetMapRootIndex();
252 static inline int GetMapRootIndex();
557 static inline int GetMapRootIndex();
578 static inline int GetMapRootIndex();
Dhash-table.h58 static inline int GetMapRootIndex();
324 static inline int GetMapRootIndex();
Dstring-table.h45 static inline int GetMapRootIndex();
Dordered-hash-table.cc29 static_cast<Heap::RootListIndex>(Derived::GetMapRootIndex()), in Allocate()
/external/v8/src/
Dobjects-inl.h2007 int StringTableShape::GetMapRootIndex() { in GetMapRootIndex() function
2939 int GlobalDictionaryShape::GetMapRootIndex() { in GetMapRootIndex() function
2945 int NameDictionaryShape::GetMapRootIndex() { in GetMapRootIndex() function
2998 int NumberDictionaryShape::GetMapRootIndex() { in GetMapRootIndex() function
3002 int SimpleNumberDictionaryShape::GetMapRootIndex() { in GetMapRootIndex() function
Dcode-stub-assembler.cc3436 static_cast<Heap::RootListIndex>(CollectionType::GetMapRootIndex()))); in AllocateOrderedHashTable()
3510 static_cast<Heap::RootListIndex>(CollectionType::GetMapRootIndex()))); in AllocateSmallOrderedHashTable()
Dobjects.cc16758 static_cast<Heap::RootListIndex>(Shape::GetMapRootIndex()); in NewInternal()
/external/v8/src/builtins/
Dbuiltins-collections-gen.cc2067 EphemeronHashTableShape::GetMapRootIndex()); in AllocateTable()