Home
last modified time | relevance | path

Searched refs:GenerateHashCode (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Runtime.cpp45 auto hash = ObjectHeader::GenerateHashCode(); in StdCoreRuntimeGetHashCode()
/arkcompiler/runtime_core/static_core/runtime/
Dobject_header.cpp101 mark = mark.DecodeFromHash(GenerateHashCode()); in GetHashCodeMTSingle()
126 auto hashMark = mark.DecodeFromHash(GenerateHashCode()); in GetHashCodeMTMulti()
Dmonitor.cpp967 uint32_t newHash = ObjectHeader::GenerateHashCode(); in Acquire()
/arkcompiler/runtime_core/static_core/runtime/include/
Dobject_header.h105 static inline uint32_t GenerateHashCode() in GenerateHashCode() function