Searched refs:LoadJSReceiverIdentityHash (Results 1 – 5 of 5) sorted by relevance
63 extern macro LoadJSReceiverIdentityHash(JSReceiver): intptr labels IfNoHash;116 LoadJSReceiverIdentityHash(function) otherwise unreachable;
104 const identityHash = LoadJSReceiverIdentityHash(target) otherwise unreachable;
921 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()
1429 TNode<IntPtrT> LoadJSReceiverIdentityHash(TNode<JSReceiver> receiver,
1991 TNode<IntPtrT> CodeStubAssembler::LoadJSReceiverIdentityHash( in LoadJSReceiverIdentityHash() function in v8::internal::CodeStubAssembler