Home | History | Annotate | Download | only in src

Lines Matching refs:StringShape

3715     switch (i::StringShape(string).representation_tag()) {
3997 return i::StringShape(*str).IsExternalTwoByte();
4006 return i::StringShape(*str).IsExternalAscii();
4014 if (i::StringShape(*str).IsExternalTwoByte()) {
4032 if (i::StringShape(*str).IsExternalAscii()) {
4729 if (i::StringShape(*obj).IsExternalTwoByte()) {
4764 if (i::StringShape(*obj).IsExternalTwoByte()) {
4790 i::StringShape shape(*obj);