Home | History | Annotate | Download | only in src

Lines Matching refs:src_str

5604   String* src_str = String::cast(src);
5605 if (!StringShape(src_str).IsExternal()) return true;
5606 if (src_str->IsOneByteRepresentation()) {
5608 } else if (src_str->IsTwoByteRepresentation()) {