Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-alloc-inl.h172 bool compressible = kUseStringCompression && String::IsCompressed(count_); in operator() local
200 const bool compressible = kUseStringCompression && String::IsCompressed(utf16_length_with_flag); in Alloc() local
254 const bool compressible = in AllocFromByteArray() local
272 bool compressible = kUseStringCompression; in AllocFromUtf16ByteArray() local
295 const bool compressible = kUseStringCompression && in AllocFromCharArray() local
308 const bool compressible = kUseStringCompression && in AllocFromString() local
Dstring.cc73 bool compressible = in DoReplace() local
115 const bool compressible = in DoConcat() local
181 const bool compressible = kUseStringCompression && (h_this->IsCompressed()); in DoRepeat() local
203 const bool compressible = kUseStringCompression && in AllocFromUtf16() local
241 const bool compressible = kUseStringCompression && (utf16_length == utf8_length); in AllocFromModifiedUtf8() local
Dstring.h259 ALWAYS_INLINE static int32_t GetFlaggedCount(int32_t length, bool compressible) { in GetFlaggedCount()
/art/runtime/
Dstring_builder_append.cc339 bool compressible = mirror::kUseStringCompression; in CalculateLengthWithFlag() local
/art/runtime/jni/
Djni_internal.cc1998 bool compressible = mirror::kUseStringCompression; in NewStringUTF() local