Searched defs:canBeCompress (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string_table.cpp | 95 … bool canBeCompress, uint32_t hashcode) const in GetStringThreadUnsafe() 219 bool canBeCompress) in GetOrInternString() 231 … uint32_t utf8Len, bool canBeCompress, uint32_t hashcode) in GetOrInternStringWithoutLock() 303 bool canBeCompress) in CreateAndInternStringReadOnly() 324 bool canBeCompress) in GetOrInternString() 436 bool canBeCompress, MemSpaceType type, in GetOrInternStringWithSpaceType()
|
| D | ecma_string-inl.h | 40 … bool canBeCompress, MemSpaceType type, bool isConstantString, in CreateFromUtf8() 115 bool canBeCompress, MemSpaceType type) in CreateFromUtf16()
|
| D | object_factory.cpp | 4117 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromUtf8WithoutStringTable() local 4133 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromUtf8() local 4137 JSHandle<EcmaString> ObjectFactory::NewFromUtf8(std::string_view data, bool canBeCompress) in NewFromUtf8() 4147 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromUtf8ReadOnly() local 4155 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, utf16Len); in NewFromUtf16WithoutStringTable() local 4171 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, length); in NewFromUtf16() local 4178 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromStdString() local 4184 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, utf8Len); in NewFromUtf8WithoutStringTable() local 4198 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, utf8Len); in NewFromUtf8() local 4204 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, utf16Len); in NewFromUtf16WithoutStringTable() local [all …]
|
| D | ecma_string.h | 1323 static uint32_t ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress) in ComputeHashcodeUtf8() 1384 bool canBeCompress) in StringIsEqualUint8Data()
|
| D | ecma_string.cpp | 810 …nt32_t EcmaString::ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress) in ComputeHashcodeUtf8()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string.cpp | 193 bool canBeCompress = true; in Raw() local 1268 …rAmpersand(std::u16string &stringBuilder, const JSHandle<EcmaString> &matched, bool &canBeCompress) in ProcessDollarAmpersand() 1278 int position, bool &canBeCompress) in ProcessDollarBacktick() 1291 int tailPos, bool &canBeCompress) in ProcessDollarSingleQuote() 1311 bool canBeCompress = true; in ProcessDigitCapture() local 1346 bool canBeCompress = true; in ProcessNamedCaptures() local 1393 bool canBeCompress = true; in GetSubstitution() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_hcr_lowering.cpp | 1870 Label canBeCompress(&builder_); in LowerStringAdd() local 1957 Label canBeCompress(&builder_); in LowerStringAdd() local 2025 Label canBeCompress(&builder_); in LowerStringAdd() local 3367 Label canBeCompress(&builder_); in LowerStringFromSingleCharCode() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_string_stub_builder.cpp | 33 Label canBeCompress(env); in FromCharCode() local
|