Lines Matching +defs:global +defs:set +defs:key

521 Handle<Object> StringTableShape::AsHandle(Isolate* isolate, HashTableKey* key) {  in AsHandle()
527 HashTableKey* key) { in AsHandle()
533 HashTableKey* key) { in AsHandle()
1022 JSGlobalObject* global = proxy->GetIsolate()->context()->global_object(); in IsAccessCheckNeeded() local
2378 void FixedArray::set(int index, Smi* value) { in set() function
2387 void FixedArray::set(int index, Object* value) { in set() function
2425 void FixedDoubleArray::set(int index, double value) { in set() function
2567 void FixedArray::set(int index, in set() function
3046 Name* key = GetSortedKey(insertion - 1); in Append() local
3126 int HashTable<Derived, Shape, Key>::FindEntry(Key key) { in FindEntry()
3132 int HashTable<Derived, Shape, Key>::FindEntry(Isolate* isolate, Key key) { in FindEntry()
3139 int HashTable<Derived, Shape, Key>::FindEntry(Isolate* isolate, Key key, in FindEntry()
3376 void LiteralsArray::set(int index, Object* value) { in set() function
3381 void LiteralsArray::set(int index, Smi* value) { in set() function
3386 void LiteralsArray::set(int index, Object* value, WriteBarrierMode mode) { in set() function
3985 void ByteArray::set(int index, byte value) { in set() function
4017 void BytecodeArray::set(int index, byte value) { in set() function
4174 void FixedTypedArray<Traits>::set(int index, ElementType value) { in set() function
6400 void Code::set_stub_key(uint32_t key) { in set_stub_key()
7159 bool JSGlobalProxy::IsDetachedFrom(JSGlobalObject* global) const { in IsDetachedFrom()
7238 void AccessorPair::set(AccessorComponent component, Object* value) { in set() function
7275 Handle<Object> key, in SetEntry()
7283 Handle<Object> key, in SetEntry()
7293 Handle<Object> key, in SetEntry()
7309 Handle<Object> key, Handle<Object> value, in SetEntry()
7323 bool NumberDictionaryShape::IsMatch(uint32_t key, Object* other) { in IsMatch()
7329 uint32_t UnseededNumberDictionaryShape::Hash(uint32_t key) { in Hash()
7334 uint32_t UnseededNumberDictionaryShape::HashForObject(uint32_t key, in HashForObject()
7341 uint32_t SeededNumberDictionaryShape::SeededHash(uint32_t key, uint32_t seed) { in SeededHash()
7346 uint32_t SeededNumberDictionaryShape::SeededHashForObject(uint32_t key, in SeededHashForObject()
7354 Handle<Object> NumberDictionaryShape::AsHandle(Isolate* isolate, uint32_t key) { in AsHandle()
7359 bool NameDictionaryShape::IsMatch(Handle<Name> key, Object* other) { in IsMatch()
7367 uint32_t NameDictionaryShape::Hash(Handle<Name> key) { in Hash()
7372 uint32_t NameDictionaryShape::HashForObject(Handle<Name> key, Object* other) { in HashForObject()
7378 Handle<Name> key) { in AsHandle()
7418 bool ObjectHashTableShape::IsMatch(Handle<Object> key, Object* other) { in IsMatch()
7423 uint32_t ObjectHashTableShape::Hash(Handle<Object> key) { in Hash()
7428 uint32_t ObjectHashTableShape::HashForObject(Handle<Object> key, in HashForObject()
7435 Handle<Object> key) { in AsHandle()
7441 Handle<ObjectHashTable> table, Handle<Object> key) { in Shrink()
7452 bool WeakHashTableShape<entrysize>::IsMatch(Handle<Object> key, Object* other) { in IsMatch()
7460 uint32_t WeakHashTableShape<entrysize>::Hash(Handle<Object> key) { in Hash()
7470 uint32_t WeakHashTableShape<entrysize>::HashForObject(Handle<Object> key, in HashForObject()
7480 Handle<Object> key) { in AsHandle()
7683 Object* key = table->KeyAt(index); in CurrentKey() local