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()
95 bool canBeCompressed = CanBeCompressedMUtf8(mutf8Data); in CreateFromMUtf8() local
102 …ring *String::CreateFromMUtf8(const uint8_t *mutf8Data, uint32_t utf16Length, bool canBeCompressed, in CreateFromMUtf8()
117 bool canBeCompressed = CanBeCompressedMUtf8(mutf8Data); in CreateFromMUtf8() local
126 auto canBeCompressed = CanBeCompressedMUtf8(mutf8Data, mutf8Length); in CreateFromMUtf8() local
153 bool canBeCompressed = CanBeCompressed(utf16Data, utf16Length); in CreateFromUtf16() local
207 bool canBeCompressed = CanBeCompressed(src, length); in CreateNewStringFromChars() local
246 bool canBeCompressed = CanBeCompressedMUtf8(src, length) && (highByte == 0); in CreateNewStringFromBytes() local
668 bool canBeCompressed = CanBeCompressedMUtf8(mutf8Data); in StringsAreEqualMUtf8() local
673 …gsAreEqualMUtf8(String *str1, const uint8_t *mutf8Data, uint32_t utf16Length, bool canBeCompressed) in StringsAreEqualMUtf8()
[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.h261 bool canBeCompressed = CanBeCompressed(srcFlat.GetDataUtf16() + start, length); in FastSubUtf16String() local
Decma_string.cpp174 bool canBeCompressed = CanBeCompressed(srcFlat.GetDataUtf16() + start, length); in GetSubString() local
Dobject_factory.cpp3454 bool canBeCompressed = sd.is_ascii; in GetRawStringFromStringTable() local
3474 bool canBeCompressed = sd.is_ascii; in GetRawStringFromStringTableWithoutJSHandle() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp770 GateRef canBeCompressed = CanBeCompressed(source, len, true); in GetSubString() local
1445 GateRef canBeCompressed = CanBeCompressed(source, len, true); in FastSubUtf16String() local
2314 GateRef canBeCompressed = builder_.BitAnd(leftIsUtf8, rightIsUtf8); in StringAdd() local
2542 …uiltinsStringStubBuilder::AllocateLineString(GateRef glue, GateRef length, GateRef canBeCompressed) in AllocateLineString()
2589 GateRef canBeCompressed) in AllocateSlicedString()
2742 GateRef canBeCompressed = BitAnd(leftIsUtf8, rightIsUtf8); in StringConcat() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1677 bool canBeCompressed = false; in CreateArrayFromString() local