Searched defs:compressible (Results 1 – 4 of 4) sorted by relevance
136 bool compressible = kUseStringCompression && String::IsCompressed(count_); in operator() local164 const bool compressible = kUseStringCompression && String::IsCompressed(utf16_length_with_flag); in Alloc() local218 const bool compressible = in AllocFromByteArray() local233 const bool compressible = kUseStringCompression && in AllocFromCharArray() local246 const bool compressible = kUseStringCompression && in AllocFromString() local
77 bool compressible = in DoReplace() local119 const bool compressible = in DoConcat() local159 const bool compressible = kUseStringCompression && in AllocFromUtf16() local197 const bool compressible = kUseStringCompression && (utf16_length == utf8_length); in AllocFromModifiedUtf8() local
223 ALWAYS_INLINE static int32_t GetFlaggedCount(int32_t length, bool compressible) { in GetFlaggedCount()
209 bool compressible = mirror::kUseStringCompression; in CalculateLengthWithFlag() local