Home
last modified time | relevance | path

Searched refs:GetHashCode (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dmonitor_test.cpp208 auto hash = header->GetHashCode<PandaAssemblyLanguageConfig::MT_MODE>(); in TEST_F()
214 ASSERT_TRUE(header->GetHashCode<PandaAssemblyLanguageConfig::MT_MODE>() == hash); in TEST_F()
225 auto hash = header->GetHashCode<PandaAssemblyLanguageConfig::MT_MODE>(); in TEST_F()
227 ASSERT_TRUE(header->GetHashCode<PandaAssemblyLanguageConfig::MT_MODE>() == hash); in TEST_F()
230 ASSERT_TRUE(header->GetHashCode<PandaAssemblyLanguageConfig::MT_MODE>() == hash); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/11.field_access_expressions/02.use_super_or_typeReference_to_access_superclass_members/
Dsuper_in_object.ets33 return runtime.GetHashCode(this);
/arkcompiler/runtime_core/static_core/runtime/
Dmonitor.h157 uint32_t GetHashCode();
Dmonitor.cpp828 newMark = oldMark.DecodeFromHash(GetHashCode()); in Acquire()
837 … newMark = HasHashCode() ? oldMark.DecodeFromHash(GetHashCode()) : oldMark.DecodeFromUnlocked(); in Acquire()
938 uint32_t Monitor::GetHashCode() in Acquire() function in panda::Monitor
Dobject_header.cpp92 return monitorP->GetHashCode(); in GetHashCodeFromMonitor()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_object.h192 uint32_t GetHashCode() = delete;
/arkcompiler/runtime_core/static_core/runtime/include/
Dobject_header-inl.h26 uint32_t ObjectHeader::GetHashCode() in GetHashCode() function
Dobject_header.h122 uint32_t GetHashCode();
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_function.h819 uint16 GetHashCode() const in GetHashCode() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h1686 virtual size_t GetHashCode() const in GetHashCode() function