Searched defs:compressible (Results 1 – 5 of 5) sorted by relevance
172 bool compressible = kUseStringCompression && String::IsCompressed(count_); in operator() local200 const bool compressible = kUseStringCompression && String::IsCompressed(utf16_length_with_flag); in Alloc() local254 const bool compressible = in AllocFromByteArray() local272 bool compressible = kUseStringCompression; in AllocFromUtf16ByteArray() local295 const bool compressible = kUseStringCompression && in AllocFromCharArray() local308 const bool compressible = kUseStringCompression && in AllocFromString() local
73 bool compressible = in DoReplace() local115 const bool compressible = in DoConcat() local181 const bool compressible = kUseStringCompression && (h_this->IsCompressed()); in DoRepeat() local203 const bool compressible = kUseStringCompression && in AllocFromUtf16() local241 const bool compressible = kUseStringCompression && (utf16_length == utf8_length); in AllocFromModifiedUtf8() local
259 ALWAYS_INLINE static int32_t GetFlaggedCount(int32_t length, bool compressible) { in GetFlaggedCount()
339 bool compressible = mirror::kUseStringCompression; in CalculateLengthWithFlag() local
1998 bool compressible = mirror::kUseStringCompression; in NewStringUTF() local