Searched defs:compressible (Results 1 – 3 of 3) sorted by relevance
141 bool compressible = kUseStringCompression && String::IsCompressed(count_); in operator() local208 const bool compressible = kUseStringCompression && String::IsCompressed(utf16_length_with_flag); in Alloc() local255 const bool compressible = in AllocFromByteArray() local269 const bool compressible = kUseStringCompression && in AllocFromCharArray() local280 const bool compressible = kUseStringCompression && in AllocFromString() local
100 bool compressible = in DoReplace() local141 const bool compressible = kUseStringCompression && in AllocFromStrings() local177 const bool compressible = kUseStringCompression && in AllocFromUtf16() local214 const bool compressible = kUseStringCompression && (utf16_length == utf8_length); in AllocFromModifiedUtf8() local
207 ALWAYS_INLINE static int32_t GetFlaggedCount(int32_t length, bool compressible) { in GetFlaggedCount()