Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dstring.h230 hashcode_ = ComputeHashcode(); in GetHashcode()
338 uint32_t ComputeHashcode();
/arkcompiler/ets_runtime/ecmascript/
Decma_string.h243 hashcode = ComputeHashcode(); in GetHashcode()
311 uint32_t PUBLIC_API ComputeHashcode() const;
313 uint32_t PUBLIC_API ComputeHashcode(uint32_t rawHashSeed, bool isInteger) const;
1313 uint32_t ComputeHashcode() in ComputeHashcode() function
1315 return string_->ComputeHashcode(); in ComputeHashcode()
1318 uint32_t ComputeHashcode(uint32_t rawHashSeed, bool isInteger) in ComputeHashcode() function
1320 return string_->ComputeHashcode(rawHashSeed, isInteger); in ComputeHashcode()
Decma_string_table.cpp187 hashcode = EcmaStringAccessor(secondFlat).ComputeHashcode(hashcode, isInteger); in GetOrInternString()
Decma_string.cpp744 uint32_t EcmaString::ComputeHashcode() const in ComputeHashcode() function in panda::ecmascript::EcmaString
780 uint32_t EcmaString::ComputeHashcode(uint32_t rawHashSeed, bool isInteger) const in ComputeHashcode() function in panda::ecmascript::EcmaString
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h213 V(ComputeHashcode) \
Druntime_stubs.cpp295 DEF_RUNTIME_STUBS(ComputeHashcode) in DEF_RUNTIME_STUBS() argument
299 uint32_t result = EcmaStringAccessor(string).ComputeHashcode(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/
Dlibark_jsruntime.map153 panda::ecmascript::EcmaString::ComputeHashcode*;
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp835 uint32_t String::ComputeHashcode() in ComputeHashcode() function in ark::coretypes::String
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_circuit_builder.cpp1293 CallRuntime(glue, RTSTUB_ID(ComputeHashcode), Gate::InvalidGateRef, { value }, hir)); in GetHashcodeFromString()