Searched defs:compressible (Results 1 – 3 of 3) sorted by relevance
135 bool compressible = kUseStringCompression && String::IsCompressed(count_); in operator() local163 const bool compressible = kUseStringCompression && String::IsCompressed(utf16_length_with_flag); in Alloc() local217 const bool compressible = in AllocFromByteArray() local232 const bool compressible = kUseStringCompression && in AllocFromCharArray() local245 const bool compressible = kUseStringCompression && in AllocFromString() local
85 bool compressible = in DoReplace() local128 const bool compressible = kUseStringCompression && in AllocFromStrings() local166 const bool compressible = kUseStringCompression && in AllocFromUtf16() local203 const bool compressible = kUseStringCompression && (utf16_length == utf8_length); in AllocFromModifiedUtf8() local
218 ALWAYS_INLINE static int32_t GetFlaggedCount(int32_t length, bool compressible) { in GetFlaggedCount()