Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string.h604 uint32_t ComputeHashcode(uint32_t hashSeed) in ComputeHashcode() function
Decma_string.cpp491 uint32_t EcmaString::ComputeHashcode(uint32_t hashSeed) const in ComputeHashcode() function in panda::ecmascript::EcmaString
/arkcompiler/runtime_core/runtime/coretypes/
Dstring.cpp633 uint32_t String::ComputeHashcode() in ComputeHashcode() function in panda::coretypes::String
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp145 DEF_RUNTIME_STUBS(ComputeHashcode) in DEF_RUNTIME_STUBS() argument