Home
last modified time | relevance | path

Searched defs:canBeCompress (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.cpp118 … *EcmaStringTable::GetOrInternString(const uint8_t *utf8Data, uint32_t utf8Len, bool canBeCompress) in GetOrInternString()
146 …cmaStringTable::GetOrInternString(const uint16_t *utf16Data, uint32_t utf16Len, bool canBeCompress) in GetOrInternString()
187 bool canBeCompress, MemSpaceType type, in GetOrInternStringWithSpaceType()
207 bool canBeCompress, MemSpaceType type) in GetOrInternStringWithSpaceType()
Decma_string-inl.h38bool canBeCompress, MemSpaceType type, bool isConstantString, in CreateFromUtf8()
72 bool canBeCompress, MemSpaceType type) in CreateFromUtf16()
Decma_string.h936 static uint32_t ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress) in ComputeHashcodeUtf8()
989 bool canBeCompress) in StringsAreEqualUtf8()
Dobject_factory.cpp3445 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromUtf8() local
3453 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, length); in NewFromUtf16() local
3460 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromStdString() local
3466 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, utf8Len); in NewFromUtf8() local
3472 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, utf16Len); in NewFromUtf16() local
3491 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, utf8Len); in NewFromUtf8Literal() local
3505 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, utf16Len); in NewFromUtf16Literal() local
Decma_string.cpp565 bool canBeCompress) in StringsAreEqualUtf8()
633 …nt32_t EcmaString::ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress) in ComputeHashcodeUtf8()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp211 bool canBeCompress = true; in Raw() local
355 bool canBeCompress = true; in Concat() local
1022 bool canBeCompress = true; in ReplaceAll() local
1107 bool canBeCompress = true; in GetSubstitution() local