Searched refs:LoadJSReceiverIdentityHash (Results 1 – 4 of 4) sorted by relevance
807 var_hash.Bind(LoadJSReceiverIdentityHash(key)); in GetHash()2282 TNode<IntPtrT> hash = LoadJSReceiverIdentityHash(key, &if_not_found); in TF_BUILTIN()2347 TNode<IntPtrT> hash = LoadJSReceiverIdentityHash(key, &if_not_found); in TF_BUILTIN()2382 TVARIABLE(IntPtrT, var_hash, LoadJSReceiverIdentityHash(key, &if_no_hash)); in TF_BUILTIN()
2091 LoadJSReceiverIdentityHash(function, &unreachable); in TF_BUILTIN()
900 TNode<IntPtrT> LoadJSReceiverIdentityHash(SloppyTNode<Object> receiver,
1723 TNode<IntPtrT> CodeStubAssembler::LoadJSReceiverIdentityHash( in LoadJSReceiverIdentityHash() function in v8::internal::CodeStubAssembler