Home
last modified time | relevance | path

Searched defs:compressible (Results 1 – 4 of 4) sorted by relevance

/art/runtime/mirror/
Dstring-alloc-inl.h136 bool compressible = kUseStringCompression && String::IsCompressed(count_); in operator() local
164 const bool compressible = kUseStringCompression && String::IsCompressed(utf16_length_with_flag); in Alloc() local
218 const bool compressible = in AllocFromByteArray() local
233 const bool compressible = kUseStringCompression && in AllocFromCharArray() local
246 const bool compressible = kUseStringCompression && in AllocFromString() local
Dstring.cc77 bool compressible = in DoReplace() local
119 const bool compressible = in DoConcat() local
159 const bool compressible = kUseStringCompression && in AllocFromUtf16() local
197 const bool compressible = kUseStringCompression && (utf16_length == utf8_length); in AllocFromModifiedUtf8() local
Dstring.h223 ALWAYS_INLINE static int32_t GetFlaggedCount(int32_t length, bool compressible) { in GetFlaggedCount()
/art/runtime/
Dstring_builder_append.cc209 bool compressible = mirror::kUseStringCompression; in CalculateLengthWithFlag() local