Home
last modified time | relevance | path

Searched defs:hashField (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dglobal_dictionary_test.cpp55 uint32_t hashField = static_cast<uint32_t>(GlobalDictionary::Hash(jsSymbol.GetTaggedValue())); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
H A Ddump.cpp1557 JSTaggedType hashField = Barriers::GetValue<JSTaggedType>(this, HASH_OFFSET); in Dump() local
1559 os << " - hash: " << std::hex << hashField; in Dump() local
H A Djs_function.cpp964 JSTaggedType hashField = Barriers::GetValue<JSTaggedType>(this, HASH_OFFSET); in SetFunctionExtraInfo() local
1006 JSTaggedType hashField = Barriers::GetValue<JSTaggedType>(this, HASH_OFFSET); in SetSFunctionExtraInfo() local
1086 JSTaggedType hashField = Barriers::GetValue<JSTaggedType>(this, HASH_OFFSET); in GetFunctionExtraInfo() local
1110 JSTaggedType hashField = Barriers::GetValue<JSTaggedType>(this, HASH_OFFSET); in GetNativeFunctionExtraInfo() local
H A Djs_object.cpp2860 JSTaggedType hashField = Barriers::GetValue<JSTaggedType>(*obj, HASH_OFFSET); in SetHash() local
2885 JSTaggedType hashField = Barriers::GetValue<JSTaggedType>(this, HASH_OFFSET); in GetHash() local
2901 JSTaggedType hashField = Barriers::GetValue<JSTaggedType>(this, HASH_OFFSET); in HasHash() local
2911 JSTaggedType hashField = Barriers::GetValue<JSTaggedType>(this, HASH_OFFSET); in GetNativePointerField() local
2931 JSTaggedType hashField = Barriers::GetValue<JSTaggedType>(this, HASH_OFFSET); in SetNativePointerField() local
2959 JSTaggedType hashField = Barriers::GetValue<JSTaggedType>(this, HASH_OFFSET); GetNativePointerFieldCount() local
2973 JSTaggedType hashField = Barriers::GetValue<JSTaggedType>(this, HASH_OFFSET); SetNativePointerFieldCount() local
[all...]

Completed in 17 milliseconds