Home
last modified time | relevance | path

Searched refs:ComputeHashcodeUtf8 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.cpp221 uint32_t hashcode = EcmaStringAccessor::ComputeHashcodeUtf8(utf8Data, utf8Len, canBeCompress); in GetOrInternString()
254 uint32_t hashcode = EcmaStringAccessor::ComputeHashcodeUtf8(utf8Data, utf8Len, true); in GetOrInternCompressedSubString()
281 uint32_t hashcode = EcmaStringAccessor::ComputeHashcodeUtf8(utf8Data, utf8Len, true); in CreateAndInternStringNonMovable()
305 uint32_t hashcode = EcmaStringAccessor::ComputeHashcodeUtf8(utf8Data, utf8Len, canBeCompress); in CreateAndInternStringReadOnly()
440 uint32_t hashcode = EcmaStringAccessor::ComputeHashcodeUtf8(utf8Data, utf8Len, canBeCompress); in GetOrInternStringWithSpaceType()
Decma_string.h315 … static uint32_t ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress);
1323 static uint32_t ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress) in ComputeHashcodeUtf8() function
1325 return EcmaString::ComputeHashcodeUtf8(utf8Data, utf8Len, canBeCompress); in ComputeHashcodeUtf8()
Decma_string.cpp810 uint32_t EcmaString::ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompres… in ComputeHashcodeUtf8() function in panda::ecmascript::EcmaString
Dobject_factory.cpp4125 uint32_t hashCode = EcmaStringAccessor::ComputeHashcodeUtf8(utf8Data, utf8Len, canBeCompress); in NewFromUtf8WithoutStringTable()
4191 uint32_t hashCode = EcmaStringAccessor::ComputeHashcodeUtf8(utf8Data, utf8Len, canBeCompress); in NewFromUtf8WithoutStringTable()
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_accessor_test.cpp769 HWTEST_F_L0(EcmaStringAccessorTest, ComputeHashcodeUtf8) in HWTEST_F_L0() argument
777 …EXPECT_EQ(EcmaStringAccessor::ComputeHashcodeUtf8(&arrayU8[0], lengthEcmaStrU8, true), hashExpect); in HWTEST_F_L0()
Decma_string_test.cpp1413 HWTEST_F_L0(EcmaStringTest, ComputeHashcodeUtf8) in HWTEST_F_L0() argument
1421 EXPECT_EQ(EcmaString::ComputeHashcodeUtf8(&arrayU8[0], lengthEcmaStrU8, true), hashExpect); in HWTEST_F_L0()