Searched defs:canBeCompressed (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| D | string.cpp | 69 … bool canBeCompressed, const LanguageContext &ctx, PandaVM *vm, bool movable) in CreateFromMUtf8() 94 bool canBeCompressed = CanBeCompressedMUtf8(mutf8Data); in CreateFromMUtf8() local 99 …ring *String::CreateFromMUtf8(const uint8_t *mutf8Data, uint32_t utf16Length, bool canBeCompressed, in CreateFromMUtf8() 110 bool canBeCompressed = CanBeCompressedMUtf8(mutf8Data); in CreateFromMUtf8() local 137 bool canBeCompressed = CanBeCompressed(utf16Data, utf16Length); in CreateFromUtf16() local 192 bool canBeCompressed = CanBeCompressed(src, length); in CreateNewStringFromChars() local 232 bool canBeCompressed = CanBeCompressedMUtf8(src, length) && (highByte == 0); in CreateNewStringFromBytes() local 653 bool canBeCompressed = CanBeCompressedMUtf8(mutf8Data); in StringsAreEqualMUtf8() local 658 …gsAreEqualMUtf8(String *str1, const uint8_t *mutf8Data, uint32_t utf16Length, bool canBeCompressed) in StringsAreEqualMUtf8() 839 bool canBeCompressed = CanBeCompressedMUtf8(mutf8Data); in ComputeHashcodeMutf8() local [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | string_table.cpp | 27 bool canBeCompressed = coretypes::String::CanBeCompressedMUtf8(mutf8Data); in GetOrInternString() local 92 …*StringTable::Table::GetString(const uint8_t *utf8Data, uint32_t utf16Length, bool canBeCompressed, in GetString() 169 … bool canBeCompressed, const LanguageContext &ctx) in GetOrInternString() 272 … bool canBeCompressed, const LanguageContext &ctx) in GetOrInternString()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string-inl.h | 226 bool canBeCompressed = CanBeCompressed(srcFlat.GetDataUtf16() + start, length); in FastSubUtf16String() local
|
| D | ecma_string.cpp | 166 bool canBeCompressed = CanBeCompressed(srcFlat.GetDataUtf16() + start, length); in GetSubString() local
|
| D | object_factory.cpp | 3033 bool canBeCompressed = sd.is_ascii; in GetRawStringFromStringTable() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_string_stub_builder.cpp | 511 GateRef canBeCompressed = CanBeCompressed(source, len, true); in GetSubString() local 1170 GateRef canBeCompressed = CanBeCompressed(source, len, true); in FastSubUtf16String() local 1779 GateRef canBeCompressed = BoolAnd(leftIsUtf8, rightIsUtf8); in StringConcat() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_hcr_lowering.cpp | 1740 GateRef canBeCompressed = builder_.BoolAnd(leftIsUtf8, rightIsUtf8); in LowerStringAdd() local 2004 GateRef TypedHCRLowering::AllocateLineString(GateRef length, GateRef canBeCompressed) in AllocateLineString() 2045 …TypedHCRLowering::AllocateSlicedString(GateRef flatString, GateRef length, GateRef canBeCompressed) in AllocateSlicedString()
|