Searched defs:can_be_compressed (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/runtime_core/runtime/coretypes/ |
D | string.cpp | 69 … bool 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/ |
D | string_table.cpp | 27 bool can_be_compressed = coretypes::String::CanBeCompressedMUtf8(mutf8_data); in GetOrInternString() local 92 … bool can_be_compressed, [[maybe_unused]] const LanguageContext &ctx) in GetString() 157 … bool can_be_compressed, const LanguageContext &ctx) in GetOrInternString() 257 … bool can_be_compressed, const LanguageContext &ctx) in GetOrInternString()
|