Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
Dkeyed-store-generic.cc871 GotoIf(IsJSSharedStructInstanceType(instance_type), &shared); in EmitGenericPropertyStore()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-collections-gen.cc533 GotoIf(IsJSSharedStructInstanceType(instance_type), if_cannot_be_weak_key); in GotoIfCannotBeWeakKey()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc6566 TNode<BoolT> CodeStubAssembler::IsJSSharedStructInstanceType( in IsJSSharedStructInstanceType() function in v8::internal::CodeStubAssembler
6572 return IsJSSharedStructInstanceType(LoadMapInstanceType(map)); in IsJSSharedStructMap()
15974 GotoIf(IsJSSharedStructInstanceType(value_instance_type), &skip_barrier); in SharedValueBarrier()
Dcode-stub-assembler.h2597 TNode<BoolT> IsJSSharedStructInstanceType(TNode<Int32T> instance_type);