Searched defs:canBeCompress (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string_table.cpp | 112 … *EcmaStringTable::GetOrInternString(const uint8_t *utf8Data, uint32_t utf8Len, bool canBeCompress) in GetOrInternString() 135 …cmaStringTable::GetOrInternString(const uint16_t *utf16Data, uint32_t utf16Len, bool canBeCompress) in GetOrInternString() 162 bool canBeCompress, MemSpaceType type) in GetOrInternStringWithSpaceType() 175 bool canBeCompress, MemSpaceType type) in GetOrInternStringWithSpaceType()
|
| D | ecma_string-inl.h | 62 bool canBeCompress, MemSpaceType type) in CreateFromUtf8() 91 bool canBeCompress, MemSpaceType type) in CreateFromUtf16()
|
| D | ecma_string.h | 609 static uint32_t ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress) in ComputeHashcodeUtf8() 645 bool canBeCompress) in StringsAreEqualUtf8()
|
| D | ecma_string.cpp | 402 bool canBeCompress) in StringsAreEqualUtf8() 503 …nt32_t EcmaString::ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress) in ComputeHashcodeUtf8()
|
| D | object_factory.cpp | 3420 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromUtf8() local 3427 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromStdString() local 3433 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, utf8Len); in NewFromUtf8() local 3439 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, utf16Len); in NewFromUtf16() local 3458 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, utf8Len); in NewFromUtf8Literal() local 3472 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, utf16Len); in NewFromUtf16Literal() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string.cpp | 204 bool canBeCompress = true; in Raw() local 341 bool canBeCompress = true; in Concat() local 973 bool canBeCompress = true; in ReplaceAll() local 1054 bool canBeCompress = true; in GetSubstitution() local
|