Searched refs:IsJSSharedStructInstanceType (Results 1 – 4 of 4) sorted by relevance
871 GotoIf(IsJSSharedStructInstanceType(instance_type), &shared); in EmitGenericPropertyStore()
533 GotoIf(IsJSSharedStructInstanceType(instance_type), if_cannot_be_weak_key); in GotoIfCannotBeWeakKey()
6566 TNode<BoolT> CodeStubAssembler::IsJSSharedStructInstanceType( in IsJSSharedStructInstanceType() function in v8::internal::CodeStubAssembler6572 return IsJSSharedStructInstanceType(LoadMapInstanceType(map)); in IsJSSharedStructMap()15974 GotoIf(IsJSSharedStructInstanceType(value_instance_type), &skip_barrier); in SharedValueBarrier()
2597 TNode<BoolT> IsJSSharedStructInstanceType(TNode<Int32T> instance_type);