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() 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/ |
| 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 | 261 bool canBeCompressed = CanBeCompressed(srcFlat.GetDataUtf16() + start, length); in FastSubUtf16String() local
|
| D | ecma_string.cpp | 174 bool canBeCompressed = CanBeCompressed(srcFlat.GetDataUtf16() + start, length); in GetSubString() local
|
| D | object_factory.cpp | 3454 bool canBeCompressed = sd.is_ascii; in GetRawStringFromStringTable() local 3474 bool canBeCompressed = sd.is_ascii; in GetRawStringFromStringTableWithoutJSHandle() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_string_stub_builder.cpp | 770 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/ |
| D | builtins_string.cpp | 1677 bool canBeCompressed = false; in CreateArrayFromString() local
|