Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dpromise-all-element-closure.tq63 extern macro LoadJSReceiverIdentityHash(JSReceiver): intptr labels IfNoHash;
116 LoadJSReceiverIdentityHash(function) otherwise unreachable;
Dpromise-any.tq104 const identityHash = LoadJSReceiverIdentityHash(target) otherwise unreachable;
Dbuiltins-collections-gen.cc921 var_hash = LoadJSReceiverIdentityHash(CAST(key)); in GetHash()
2736 LoadJSReceiverIdentityHash(CAST(key), &if_cannot_be_weak_key); in TF_BUILTIN()
2802 LoadJSReceiverIdentityHash(CAST(key), &if_cannot_be_weak_key); in TF_BUILTIN()
2837 TVARIABLE(IntPtrT, var_hash, LoadJSReceiverIdentityHash(key, &if_no_hash)); in TF_BUILTIN()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h1429 TNode<IntPtrT> LoadJSReceiverIdentityHash(TNode<JSReceiver> receiver,
Dcode-stub-assembler.cc1991 TNode<IntPtrT> CodeStubAssembler::LoadJSReceiverIdentityHash( in LoadJSReceiverIdentityHash() function in v8::internal::CodeStubAssembler