Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string.h1343 uint32_t ComputeHashcode() in ComputeHashcode() function
1348 uint32_t ComputeHashcode(uint32_t rawHashSeed, bool isInteger) in ComputeHashcode() function
Decma_string.cpp893 uint32_t EcmaString::ComputeHashcode() const in ComputeHashcode() function in panda::ecmascript::EcmaString
929 uint32_t EcmaString::ComputeHashcode(uint32_t rawHashSeed, bool isInteger) const in ComputeHashcode() function in panda::ecmascript::EcmaString
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp835 uint32_t String::ComputeHashcode() in ComputeHashcode() function in ark::coretypes::String
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp343 DEF_RUNTIME_STUBS(ComputeHashcode) in DEF_RUNTIME_STUBS() argument