Home
last modified time | relevance | path

Searched defs:can_be_compressed (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/coretypes/
Dstring.cpp69bool can_be_compressed, const LanguageContext &ctx, PandaVM *vm, bool movable) in CreateFromMUtf8()
94 bool can_be_compressed = CanBeCompressedMUtf8(mutf8_data); in CreateFromMUtf8() local
99 … *String::CreateFromMUtf8(const uint8_t *mutf8_data, uint32_t utf16_length, bool can_be_compressed, in CreateFromMUtf8()
110 bool can_be_compressed = CanBeCompressedMUtf8(mutf8_data); in CreateFromMUtf8() local
118 bool can_be_compressed = CanBeCompressed(utf16_data, utf16_length); in CreateFromUtf16() local
167 bool can_be_compressed = CanBeCompressed(src, length); in CreateNewStringFromChars() local
205 bool can_be_compressed = CanBeCompressedMUtf8(src, length) && (high_byte == 0); in CreateNewStringFromBytes() local
495 bool can_be_compressed = CanBeCompressedMUtf8(mutf8_data); in StringsAreEqualMUtf8() local
501 bool can_be_compressed) in StringsAreEqualMUtf8()
652 bool can_be_compressed = CanBeCompressedMUtf8(mutf8_data); in ComputeHashcodeMutf8() local
[all …]
/arkcompiler/runtime_core/runtime/
Dstring_table.cpp27 bool can_be_compressed = coretypes::String::CanBeCompressedMUtf8(mutf8_data); in GetOrInternString() local
92bool can_be_compressed, [[maybe_unused]] const LanguageContext &ctx) in GetString()
157bool can_be_compressed, const LanguageContext &ctx) in GetOrInternString()
257bool can_be_compressed, const LanguageContext &ctx) in GetOrInternString()