Home
last modified time | relevance | path

Searched refs:kObjectHashIndex (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
Ddictionary-inl.h98 this->set(kObjectHashIndex, Smi::FromInt(hash)); in SetHash()
103 Object hash_obj = this->get(kObjectHashIndex); in Hash()
Ddictionary.h140 static const int kObjectHashIndex = kNextEnumerationIndexIndex + 1; in EXPORT_TEMPLATE_DECLARE() local
/third_party/node/deps/v8/src/compiler/
Daccess-builder.cc1223 FixedArray::OffsetOfElementAt(NameDictionary::kObjectHashIndex), in ForDictionaryObjectHashIndex()
Djs-create-lowering.cc1391 NameDictionary::kObjectHashIndex + 1); in ReduceJSCreateObject()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc2046 CAST(properties), NameDictionary::kObjectHashIndex))); in LoadJSReceiverIdentityHash()
3657 StoreFixedArrayElement(result, NameDictionary::kObjectHashIndex, in AllocateNameDictionaryWithCapacity()