Home
last modified time | relevance | path

Searched defs:hash_code (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/runtime/
Dstring_table.cpp94 …uint32_t hash_code = coretypes::String::ComputeHashcodeMutf8(utf8_data, utf16_length, can_be_compr… in GetString() local
108 …uint32_t hash_code = coretypes::String::ComputeHashcodeUtf16(const_cast<uint16_t *>(utf16_data), u… in GetString() local
143 uint32_t hash_code = string->GetHashcode(); in InternString() local