Home
last modified time | relevance | path

Searched refs:var_hash (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/internal/
Dpycore_context.h26 Py_hash_t var_hash; member
/third_party/node/deps/v8/src/builtins/
Dbuiltins-collections-gen.cc802 TVARIABLE(IntPtrT, var_hash); in GetHash()
808 var_hash = LoadJSReceiverIdentityHash(CAST(key)); in GetHash()
814 var_hash = CallGetHashRaw(key); in GetHash()
819 return var_hash.value(); in GetHash()
2334 TVARIABLE(IntPtrT, var_hash); in GetHash()
2338 var_hash = LoadJSReceiverIdentityHash(CAST(key), if_no_hash); in GetHash()
2345 var_hash = ChangeInt32ToIntPtr(LoadNameHash(CAST(key), nullptr)); in GetHash()
2348 return var_hash.value(); in GetHash()
2680 TVARIABLE(IntPtrT, var_hash, GetHash(key, &if_no_hash)); in TF_BUILTIN()
2681 TNode<IntPtrT> key_index = FindKeyIndexForKey(table, key, var_hash.value(), in TF_BUILTIN()
[all …]
/third_party/python/Python/
Dcontext.c820 var->var_hash = contextvar_generate_hash(var, name); in contextvar_new()
821 if (var->var_hash == -1) { in contextvar_new()
897 return self->var_hash; in contextvar_tp_hash()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc1993 TVARIABLE(IntPtrT, var_hash); in LoadJSReceiverIdentityHash()
2017 var_hash = IntPtrConstant(PropertyArray::kNoHashSentinel); in LoadJSReceiverIdentityHash()
2023 var_hash = SmiUntag(CAST(properties_or_hash)); in LoadJSReceiverIdentityHash()
2031 var_hash = Signed(DecodeWord<PropertyArray::HashField>(length_and_hash)); in LoadJSReceiverIdentityHash()
2037 var_hash = Signed( in LoadJSReceiverIdentityHash()
2045 var_hash = SmiUntag(CAST(LoadFixedArrayElement( in LoadJSReceiverIdentityHash()
2052 GotoIf(IntPtrEqual(var_hash.value(), in LoadJSReceiverIdentityHash()
2056 return var_hash.value(); in LoadJSReceiverIdentityHash()