Home
last modified time | relevance | path

Searched refs:ComputeHashcode (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string.h331 hashcode = ComputeHashcode(0); in GetHashcode()
337 uint32_t PUBLIC_API ComputeHashcode(uint32_t hashSeed) const;
604 uint32_t ComputeHashcode(uint32_t hashSeed) in ComputeHashcode() function
606 return string_->ComputeHashcode(hashSeed); in ComputeHashcode()
Decma_string_table.cpp31 hashCode = EcmaStringAccessor(secondString).ComputeHashcode(hashCode); in GetString()
Decma_string.cpp491 uint32_t EcmaString::ComputeHashcode(uint32_t hashSeed) const in ComputeHashcode() function in panda::ecmascript::EcmaString
/arkcompiler/runtime_core/runtime/include/coretypes/
Dstring.h223 hashcode_ = ComputeHashcode(); in GetHashcode()
296 uint32_t ComputeHashcode();
/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.h120 V(ComputeHashcode) \
Druntime_stubs.cpp145 DEF_RUNTIME_STUBS(ComputeHashcode) in DEF_RUNTIME_STUBS() argument
149 uint32_t result = EcmaStringAccessor(string).ComputeHashcode(0); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp824 …hashcode = GetInt32OfTInt(CallRuntime(glue, RTSTUB_ID(ComputeHashcode), Gate::InvalidGateRef, { va… in GetHashcodeFromString()
Dstub_builder.cpp4444 hashcode = GetInt32OfTInt(CallRuntime(glue, RTSTUB_ID(ComputeHashcode), { value })); in GetHashcodeFromString()