Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string.h179 hashcode = ComputeHashcode(0); in GetHashcode()
187 uint32_t PUBLIC_API ComputeHashcode(uint32_t hashSeed) const;
932 uint32_t ComputeHashcode(uint32_t hashSeed) in ComputeHashcode() function
934 return string_->ComputeHashcode(hashSeed); in ComputeHashcode()
Decma_string_table.cpp33 hashCode = EcmaStringAccessor(secondString).ComputeHashcode(hashCode); in GetString()
Decma_string.cpp616 uint32_t EcmaString::ComputeHashcode(uint32_t hashSeed) const in ComputeHashcode() function in panda::ecmascript::EcmaString
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h136 V(ComputeHashcode) \
Druntime_stubs.cpp157 DEF_RUNTIME_STUBS(ComputeHashcode) in DEF_RUNTIME_STUBS() argument
161 uint32_t result = EcmaStringAccessor(string).ComputeHashcode(0); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1643 …CallRuntime(glue, RTSTUB_ID(ComputeHashcode), Gate::InvalidGateRef, { value }, Circuit::NullGate()… in GetHashcodeFromString()
Dstub_builder.cpp5082 hashcode = GetInt32OfTInt(CallRuntime(glue, RTSTUB_ID(ComputeHashcode), { value })); in GetHashcodeFromString()