Lines Matching refs:compressible
85 bool compressible = in DoReplace() local
90 const int32_t length_with_flag = String::GetFlaggedCount(length, compressible); in DoReplace()
96 if (compressible) { in DoReplace()
128 const bool compressible = kUseStringCompression && in AllocFromStrings() local
130 const int32_t length_with_flag = String::GetFlaggedCount(length + length2, compressible); in AllocFromStrings()
137 if (compressible) { in AllocFromStrings()
166 const bool compressible = kUseStringCompression && in AllocFromUtf16() local
168 int32_t length_with_flag = String::GetFlaggedCount(utf16_length, compressible); in AllocFromUtf16()
174 if (compressible) { in AllocFromUtf16()
203 const bool compressible = kUseStringCompression && (utf16_length == utf8_length); in AllocFromModifiedUtf8() local
204 const int32_t utf16_length_with_flag = String::GetFlaggedCount(utf16_length, compressible); in AllocFromModifiedUtf8()
210 if (compressible) { in AllocFromModifiedUtf8()