| /arkcompiler/ets_runtime/common_components/objects/ |
| D | base_string_table.cpp | 156 … uint32_t hashcode = BaseString::ComputeHashcodeUtf16(const_cast<uint16_t*>(utf16Data), utf16Len); in GetOrInternString()
|
| D | base_string.cpp | 125 uint32_t BaseString::ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length) in ComputeHashcodeUtf16() function in common::BaseString
|
| /arkcompiler/runtime_core/common_interfaces/objects/string/ |
| D | base_string_declare.h | 230 static uint32_t ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length);
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string.h | 240 static uint32_t ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length); 1015 static uint32_t ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length) in ComputeHashcodeUtf16() function 1017 return EcmaString::ComputeHashcodeUtf16(utf16Data, length); in ComputeHashcodeUtf16()
|
| D | ecma_string_table.cpp | 373 …uint32_t hashcode = EcmaStringAccessor::ComputeHashcodeUtf16(const_cast<uint16_t *>(utf16Data), ut… in GetOrInternString() 452 uint32_t hashcode = EcmaStringAccessor::ComputeHashcodeUtf16(u16Buffer.data(), utf16Len); in GetOrInternStringWithoutJSHandleForJit()
|
| D | ecma_string_table_optimization.cpp | 336 …uint32_t hashcode = EcmaStringAccessor::ComputeHashcodeUtf16(const_cast<uint16_t*>(utf16Data), utf… in GetOrInternString() 420 uint32_t hashcode = EcmaStringAccessor::ComputeHashcodeUtf16(u16Buffer.data(), utf16Len); in GetOrInternStringWithoutJSHandleForJit()
|
| D | ecma_string.cpp | 601 uint32_t EcmaString::ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length) in ComputeHashcodeUtf16() function in panda::ecmascript::EcmaString 603 return BaseString::ComputeHashcodeUtf16(utf16Data, length); in ComputeHashcodeUtf16()
|
| D | object_factory.cpp | 4468 …uint32_t hashCode = EcmaStringAccessor::ComputeHashcodeUtf16(const_cast<uint16_t *>(utf16Data), ut… in NewFromUtf16WithoutStringTable() 4517 …uint32_t hashCode = EcmaStringAccessor::ComputeHashcodeUtf16(const_cast<uint16_t *>(utf16Data), ut… in NewFromUtf16WithoutStringTable()
|
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| D | string.h | 311 static uint32_t ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length);
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | string_table.cpp | 106 …uint32_t hashCode = coretypes::String::ComputeHashcodeUtf16(const_cast<uint16_t *>(utf16Data), utf… in GetString()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | base_string_test.cpp | 1416 HWTEST_F_L0(BaseStringTest, ComputeHashcodeUtf16) in HWTEST_F_L0() argument 1424 EXPECT_EQ(BaseString::ComputeHashcodeUtf16(&arrayU16[0], lengthEcmaStrU16), hashExpect); in HWTEST_F_L0() 1714 EXPECT_EQ(BaseString::ComputeHashcodeUtf16(nullptr, 0), 0); in HWTEST_F_L0()
|
| D | ecma_string_accessor_test.cpp | 805 HWTEST_F_L0(EcmaStringAccessorTest, ComputeHashcodeUtf16) in HWTEST_F_L0() argument 813 EXPECT_EQ(EcmaStringAccessor::ComputeHashcodeUtf16(&arrayU16[0], lengthEcmaStrU16), hashExpect); in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | string_test.cpp | 237 auto rawHashCode = String::ComputeHashcodeUtf16(data.data(), data.size()); in TEST_F() 247 auto rawHashCode = String::ComputeHashcodeUtf16(data.data(), data.size()); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| D | string.cpp | 887 uint32_t String::ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length) in ComputeHashcodeUtf16() function in ark::coretypes::String
|