Lines Matching refs:Shape
3125 template <typename Derived, typename Shape, typename Key>
3126 int HashTable<Derived, Shape, Key>::FindEntry(Key key) { in FindEntry()
3131 template<typename Derived, typename Shape, typename Key>
3132 int HashTable<Derived, Shape, Key>::FindEntry(Isolate* isolate, Key key) { in FindEntry()
3138 template <typename Derived, typename Shape, typename Key>
3139 int HashTable<Derived, Shape, Key>::FindEntry(Isolate* isolate, Key key, in FindEntry()
3151 Shape::IsMatch(key, element)) return entry; in FindEntry()
3463 template <typename Derived, typename Shape, typename Key> in STRUCT_LIST()
3464 HashTable<Derived, Shape, Key>* in STRUCT_LIST()
3465 HashTable<Derived, Shape, Key>::cast(Object* obj) { in STRUCT_LIST()
3471 template <typename Derived, typename Shape, typename Key>
3472 const HashTable<Derived, Shape, Key>*
3473 HashTable<Derived, Shape, Key>::cast(const Object* obj) { in cast()
7273 template<typename Derived, typename Shape, typename Key>
7274 void Dictionary<Derived, Shape, Key>::SetEntry(int entry, in SetEntry()
7281 template<typename Derived, typename Shape, typename Key>
7282 void Dictionary<Derived, Shape, Key>::SetEntry(int entry, in SetEntry()
7286 Shape::SetEntry(static_cast<Derived*>(this), entry, key, value, details); in SetEntry()