Home
last modified time | relevance | path

Searched refs:IsCompressed (Results 1 – 22 of 22) sorted by relevance

/aosp12/art/runtime/mirror/
H A Dstring.cc44 if (IsCompressed()) { in FastIndexOf()
53 if (IsCompressed()) { in ComputeHashCode()
74 DCHECK(src->IsCompressed() in DoReplace()
120 kUseStringCompression && (h_this->IsCompressed() && h_arg->IsCompressed()); in DoConcat()
141 if (h_arg->IsCompressed()) { in DoConcat()
227 if (this->IsCompressed()) { in Equals()
237 if (IsCompressed()) { in Equals()
269 if (IsCompressed()) { in ToModifiedUtf8()
289 if (lhs->IsCompressed() && rhs->IsCompressed()) { in CompareTo()
298 } else if (lhs->IsCompressed() || rhs->IsCompressed()) { in CompareTo()
[all …]
H A Dstring-alloc-inl.h48 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()
H A Dstring-inl.h51 if (IsCompressed()) { in CharAt()
76 if (IsCompressed()) { in GetHashCode()
88 if (IsCompressed()) { in GetUtfLength()
H A Dstring.h78 if (IsCompressed()) { in SizeOf()
198 bool IsCompressed() REQUIRES_SHARED(Locks::mutator_lock_) { in IsCompressed() function
199 return kUseStringCompression && IsCompressed(GetCount()); in IsCompressed()
209 ALWAYS_INLINE static bool IsCompressed(int32_t count) { in IsCompressed() function
/aosp12/art/runtime/
H A Dstring_builder_append.cc51 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 ()()
H A Dintern_table-inl.h58 if (a_string->IsCompressed()) { in operator()
H A Ddebugger.cc321 bool is_compressed = (name != nullptr) ? name->IsCompressed() : false; in DdmSendThreadNotification()
/aosp12/art/runtime/native/
H A Dlibcore_util_CharsetUtils.cc90 if (string->IsCompressed()) { in charsToBytes()
164 bool compressed = string->IsCompressed(); in CharsetUtils_toUtf8Bytes()
H A Djava_lang_Class.cc375 const bool is_name_compressed = name->IsCompressed(); in FindFieldByName()
/aosp12/system/apex/apexd/
H A Dapex_file.h57 bool IsCompressed() const { return is_compressed_; } in IsCompressed() function
H A Dapexd_test_utils.h120 Property("is_compressed", &ApexFile::IsCompressed,
121 Eq(other.get().IsCompressed()))),
H A Dapex_file.cpp358 if (IsCompressed()) { in VerifyApexVerity()
410 if (!IsCompressed()) { in Decompress()
H A Dapexd_verity.cpp158 if (apex.IsCompressed()) { in PrepareHashTree()
H A Dapexd.cpp462 if (apex.IsCompressed()) { in MountPackageImpl()
1526 if (apex_file->IsCompressed() && in GetFactoryPackages()
1696 if (it->get().IsCompressed()) { in ActivateMissingApexes()
2732 if (!capex.IsCompressed()) { in ProcessCompressedApex()
2827 if (it->get().IsCompressed()) { in OnStart()
3187 if (!pre_installed_apex.get().IsCompressed()) { in ShouldAllocateSpaceForDecompression()
3334 if (it->get().IsCompressed()) { in OnOtaChrootBootstrap()
H A Dapex_file_test.cpp175 ASSERT_TRUE(apex_file->IsCompressed()); in TEST()
H A Dapexd_test.cpp135 if (apex.IsCompressed()) { in GetRootDigest()
H A Dapexservice_test.cpp3016 ASSERT_TRUE(apex_file->IsCompressed()) << "Not a compressed APEX"; in PrepareCompressedTestApex()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_intrinsics.cc196 if (str->IsCompressed()) { in MterpStringCharAt()
281 if (str->IsCompressed()) {
311 if (str->IsCompressed()) { in MterpStringEquals()
H A Dunstarted_runtime_test.cc426 if (string_arg->IsCompressed() && string_result->IsCompressed()) { in TEST_F()
429 } else if (!string_arg->IsCompressed() && !string_result->IsCompressed()) { in TEST_F()
/aosp12/art/runtime/jni/
H A Djni_internal.cc1993 if (s->IsCompressed()) { in GetStringRegion()
2018 if (s->IsCompressed()) { in GetStringUTFRegion()
2038 if (heap->IsMovableObject(s) || s->IsCompressed()) { in GetStringChars()
2040 if (s->IsCompressed()) { in GetStringChars()
2064 if (s->IsCompressed() || (s->IsCompressed() == false && chars != s->GetValue())) { in ReleaseStringChars()
2074 if (s->IsCompressed()) { in GetStringCritical()
2111 if (!s->IsCompressed() && heap->IsMovableObject(s)) { in ReleaseStringCritical()
2120 if (s->IsCompressed() || (!s->IsCompressed() && s->GetValue() != chars)) { in ReleaseStringCritical()
2137 if (s->IsCompressed()) { in GetStringUTFChars()
/aosp12/art/runtime/hprof/
H A Dhprof.cc1533 if (s->IsCompressed()) { in DumpHeapInstanceObject()
1560 if (s->IsCompressed()) { in DumpHeapInstanceObject()
/aosp12/art/openjdkjvmti/
H A Dti_heap.cc114 if (str->IsCompressed()) { in ReportString()