Searched refs:IsJSSharedStructMap (Results 1 – 2 of 2) sorted by relevance
2598 TNode<BoolT> IsJSSharedStructMap(TNode<Map> map);
6571 TNode<BoolT> CodeStubAssembler::IsJSSharedStructMap(TNode<Map> map) { in IsJSSharedStructMap() function in v8::internal::CodeStubAssembler6576 return IsJSSharedStructMap(LoadMap(object)); in IsJSSharedStruct()