Lines Matching refs:StringShape
851 switch (StringShape(this).representation_tag()) { in SlowTryFlatten()
5996 StringShape shape(this); in GetFlatContent()
6005 shape = StringShape(string); in GetFlatContent()
6011 shape = StringShape(string); in GetFlatContent()
6102 switch (StringShape(this).representation_tag()) { in GetTwoByteData()
6222 if (StringShape(left).IsCons()) { in ConsStringReadBlock()
6237 if (StringShape(right).IsCons()) { in ConsStringReadBlock()
6351 switch (StringShape(input).representation_tag()) { in ReadBlock()
6500 switch (StringShape(input).representation_tag()) { in ReadBlockIntoBuffer()
6594 if (StringShape(left).IsCons()) { in ConsStringReadBlockIntoBuffer()
6608 if (StringShape(right).IsCons()) { in ConsStringReadBlockIntoBuffer()
6649 if (StringShape(string).IsCons()) { in ConsStringGet()
6703 switch (StringShape(source).full_representation_tag()) { in WriteToFlat()
6894 if (StringShape(lhs).IsSequentialAscii() && in SlowEquals()
6895 StringShape(rhs).IsSequentialAscii()) { in SlowEquals()
6950 if (StringShape(this).IsSymbol()) return false; in MarkAsUndetectable()
7024 if (StringShape(this).IsSequentialAscii()) { in ComputeAndSetHash()
7028 } else if (StringShape(this).IsSequentialTwoByte()) { in ComputeAndSetHash()
11692 ASSERT(StringShape(result).IsSymbol()); in LookupSymbolIfExists()
11708 ASSERT(StringShape(result).IsSymbol()); in LookupTwoCharsSymbolIfExists()