Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-alloc-inl.h135 bool compressible = kUseStringCompression && String::IsCompressed(count_); in operator() local
163 const bool compressible = kUseStringCompression && String::IsCompressed(utf16_length_with_flag); in Alloc() local
217 const bool compressible = in AllocFromByteArray() local
232 const bool compressible = kUseStringCompression && in AllocFromCharArray() local
245 const bool compressible = kUseStringCompression && in AllocFromString() local
Dstring.cc85 bool compressible = in DoReplace() local
128 const bool compressible = kUseStringCompression && in AllocFromStrings() local
166 const bool compressible = kUseStringCompression && in AllocFromUtf16() local
203 const bool compressible = kUseStringCompression && (utf16_length == utf8_length); in AllocFromModifiedUtf8() local
Dstring.h218 ALWAYS_INLINE static int32_t GetFlaggedCount(int32_t length, bool compressible) { in GetFlaggedCount()