Home | History | Annotate | Download | only in src

Lines Matching refs:StringShape

8410 // once and used for several string operations.  A StringShape is small enough
8417 class StringShape BASE_EMBEDDED {
8419 inline explicit StringShape(const String* s);
8420 inline explicit StringShape(Map* s);
8421 inline explicit StringShape(InstanceType t);
8731 // Requires: StringShape(this).IsIndirect() && this->IsFlat()