Home
last modified time | relevance | path

Searched defs:canBeCompressed (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp69bool 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/
Dstring_table.cpp27 bool canBeCompressed = coretypes::String::CanBeCompressedMUtf8(mutf8Data); in GetOrInternString() local
92 …*StringTable::Table::GetString(const uint8_t *utf8Data, uint32_t utf16Length, bool canBeCompressed, in GetString()
169bool canBeCompressed, const LanguageContext &ctx) in GetOrInternString()
272bool canBeCompressed, const LanguageContext &ctx) in GetOrInternString()
/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h226 bool canBeCompressed = CanBeCompressed(srcFlat.GetDataUtf16() + start, length); in FastSubUtf16String() local
Decma_string.cpp166 bool canBeCompressed = CanBeCompressed(srcFlat.GetDataUtf16() + start, length); in GetSubString() local
Dobject_factory.cpp3033 bool canBeCompressed = sd.is_ascii; in GetRawStringFromStringTable() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp511 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/
Dtyped_hcr_lowering.cpp1740 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()