Searched refs:IsCompressed (Results 1 – 13 of 13) sorted by relevance
44 if (IsCompressed()) { in FastIndexOf()53 if (IsCompressed()) { in ComputeHashCode()63 if (IsCompressed()) { in GetUtfLength()82 DCHECK(src->IsCompressed() in DoReplace()88 (src->IsCompressed() || (!IsASCII(old_c) && AllASCIIExcept(src->value_, length, old_c))); in DoReplace()101 if (LIKELY(src->IsCompressed())) { // LIKELY(compressible == src->IsCompressed()) in DoReplace()112 if (UNLIKELY(src->IsCompressed())) { // LIKELY(compressible == src->IsCompressed()) in DoReplace()129 (string->IsCompressed() && string2->IsCompressed()); in AllocFromStrings()143 if (string->IsCompressed()) { in AllocFromStrings()150 if (string2->IsCompressed()) { in AllocFromStrings()[all …]
48 DCHECK(!string->IsCompressed() || kUseStringCompression); in operator()68 DCHECK(!string->IsCompressed() || kUseStringCompression); in operator()71 if (string->IsCompressed()) { in operator()106 if (kUseStringCompression && String::IsCompressed(count_)) { in operator()136 bool compressible = kUseStringCompression && String::IsCompressed(count_); in operator()137 if (src_string_->IsCompressed()) { in operator()164 const bool compressible = kUseStringCompression && String::IsCompressed(utf16_length_with_flag); in Alloc()247 ((string->IsCompressed()) ? true : String::AllASCII<uint16_t>(string->GetValue() + offset, in AllocFromString()
51 if (IsCompressed()) { in CharAt()76 if (IsCompressed()) { in GetHashCode()
76 if (IsCompressed()) { in SizeOf()198 bool IsCompressed() REQUIRES_SHARED(Locks::mutator_lock_) { in IsCompressed() function199 return kUseStringCompression && IsCompressed(GetCount()); in IsCompressed()209 ALWAYS_INLINE static bool IsCompressed(int32_t count) { in IsCompressed() function
51 DCHECK(new_string->IsCompressed()); in RemainingSpace()58 DCHECK(!new_string->IsCompressed()); in RemainingSpace()168 if (sizeof(CharType) == sizeof(uint8_t) || str->IsCompressed()) { in AppendString()169 DCHECK(str->IsCompressed()); in AppendString()220 compressible = compressible && str->IsCompressed(); in CalculateLengthWithFlag()341 if (mirror::String::IsCompressed(length_with_flag_)) { in operator ()()
342 if (a_string->IsCompressed()) { in operator ()()
321 bool is_compressed = (name != nullptr) ? name->IsCompressed() : false; in DdmSendThreadNotification()
196 if (str->IsCompressed()) { in MterpStringCharAt()281 if (str->IsCompressed()) { in MterpStringGetCharsNoCheck()311 if (str->IsCompressed()) { in MterpStringEquals()
431 if (string_arg->IsCompressed() && string_result->IsCompressed()) { in TEST_F()434 } else if (!string_arg->IsCompressed() && !string_result->IsCompressed()) { in TEST_F()
1841 if (s->IsCompressed()) { in GetStringRegion()1861 if (s->IsCompressed()) { in GetStringUTFRegion()1878 if (heap->IsMovableObject(s) || s->IsCompressed()) { in GetStringChars()1880 if (s->IsCompressed()) { in GetStringChars()1903 if (s->IsCompressed() || (s->IsCompressed() == false && chars != s->GetValue())) { in ReleaseStringChars()1924 if (s->IsCompressed()) { in GetStringCritical()1956 if (s->IsCompressed() || (s->IsCompressed() == false && s->GetValue() != chars)) { in ReleaseStringCritical()1973 if (s->IsCompressed()) { in GetStringUTFChars()
1533 if (s->IsCompressed()) { in DumpHeapInstanceObject()1560 if (s->IsCompressed()) { in DumpHeapInstanceObject()
373 const bool is_name_compressed = name->IsCompressed(); in FindFieldByName()
115 if (str->IsCompressed()) { in ReportString()