Searched refs:IsCompatibleMap (Results 1 – 3 of 3) sorted by relevance
752 static inline bool IsCompatibleMap(Map map, ReadOnlyRoots roots);799 static inline bool IsCompatibleMap(Map map, ReadOnlyRoots roots);
1070 bool SeqOneByteString::IsCompatibleMap(Map map, ReadOnlyRoots roots) { in IsCompatibleMap() function1076 bool SeqTwoByteString::IsCompatibleMap(Map map, ReadOnlyRoots roots) { in IsCompatibleMap() function
651 DCHECK(SeqStringT::IsCompatibleMap(map, read_only_roots())); in NewRawStringWithMap()