| /arkcompiler/runtime_core/common_interfaces/objects/ |
| D | base_string_table.h | 46 uint32_t utf8Len, bool canBeCompress) in GetOrInternString() 52 uint32_t utf16Len, bool canBeCompress) in GetOrInternString()
|
| /arkcompiler/ets_runtime/common_components/objects/ |
| D | base_string_table.cpp | 120 bool canBeCompress) in GetOrInternString() 154 bool canBeCompress) in GetOrInternString() 251 … const uint8_t* utf8Data, uint32_t utf8Len, bool canBeCompress) in GetOrInternString() 257 … const uint16_t* utf16Data, uint32_t utf16Len, bool canBeCompress) in GetOrInternString()
|
| D | base_string.cpp | 101 …nt32_t BaseString::ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress) in ComputeHashcodeUtf8()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string_table_optimization.cpp | 271 … bool canBeCompress, [[maybe_unused]] MemSpaceType type) in GetOrInternString() 333 bool canBeCompress) in GetOrInternString() 379 uint32_t utf8Len, bool canBeCompress, MemSpaceType type) in GetOrInternStringWithoutJSHandleForJit() 529 … uint32_t utf8Len, bool canBeCompress) in GetOrInternStringThreadUnsafe() 585 bool canBeCompress, in GetOrInternString() 602 bool canBeCompress) in GetOrInternString() 622 … bool canBeCompress, MemSpaceType type) in GetOrInternStringWithoutJSHandleForJit() 658 bool canBeCompress) in GetOrInternStringThreadUnsafe()
|
| D | ecma_string_table.cpp | 146 …ngTable::GetString(JSThread *thread, const uint8_t *utf8Data, uint32_t utf8Len, bool canBeCompress, in GetString() 339 bool canBeCompress, MemSpaceType type) in GetOrInternString() 371 bool canBeCompress) in GetOrInternString() 420 uint32_t utf8Len, bool canBeCompress, MemSpaceType type) in GetOrInternStringWithoutJSHandleForJit() 583 bool canBeCompress) in GetOrInternStringThreadUnsafe() 618 bool canBeCompress, uint32_t hashcode) const in GetStringThreadUnsafe()
|
| D | ecma_string-inl.h | 42 bool canBeCompress, MemSpaceType type) in CreateFromUtf8() 56 bool canBeCompress, MemSpaceType type) in CreateFromUtf8() 121 bool canBeCompress, MemSpaceType type) in CreateFromUtf16()
|
| D | object_factory.cpp | 4423 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromUtf8WithoutStringTable() local 4439 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromUtf8() local 4443 JSHandle<EcmaString> ObjectFactory::NewFromUtf8(std::string_view data, bool canBeCompress) in NewFromUtf8() 4453 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromUtf8ReadOnly() local 4461 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, utf16Len); in NewFromUtf16WithoutStringTable() local 4477 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, length); in NewFromUtf16() local 4484 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromStdString() local 4490 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, utf8Len); in NewFromUtf8WithoutStringTable() local 4504 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, utf8Len); in NewFromUtf8() local 4510 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, utf16Len); in NewFromUtf16WithoutStringTable() local [all …]
|
| D | ecma_string.h | 1010 static uint32_t ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress) in ComputeHashcodeUtf8() 1073 bool canBeCompress) in StringIsEqualUint8Data()
|
| D | ecma_string.cpp | 595 …nt32_t EcmaString::ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress) in ComputeHashcodeUtf8()
|
| /arkcompiler/ets_runtime/common_components/objects/tests/ |
| D | base_string_table_test.cpp | 67 BaseString* CreateUtf8String(const char* utf8Data, uint32_t length, bool canBeCompress) in CreateUtf8String()
|
| /arkcompiler/runtime_core/common_interfaces/objects/string/ |
| D | base_string-inl2.h | 32 bool canBeCompress) in CreateFromUtf8() 74 bool canBeCompress) in CreateFromUtf16()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string.cpp | 189 bool canBeCompress = true; in Raw() local 1287 bool &canBeCompress) in ProcessDollarAmpersand() 1297 int position, bool &canBeCompress) in ProcessDollarBacktick() 1310 int tailPos, bool &canBeCompress) in ProcessDollarSingleQuote() 1330 bool canBeCompress = true; in ProcessDigitCapture() local 1365 bool canBeCompress = true; in ProcessNamedCaptures() local 1412 bool canBeCompress = true; in GetSubstitution() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_string_stub_builder.cpp | 35 Label canBeCompress(env); in FromCharCode() local 2273 Label canBeCompress(&builder_); in StringAdd() local 2359 Label canBeCompress(&builder_); in StringAdd() local 2412 Label canBeCompress(&builder_); in StringAdd() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_hcr_lowering.cpp | 3323 Label canBeCompress(&builder_); in LowerStringFromSingleCharCode() local
|