Searched defs:hashField (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_map_test.cpp | 125 JSTaggedValue hashField = in HWTEST_F_L0() local 140 JSTaggedValue hashField = in HWTEST_F_L0() local 155 JSTaggedValue hashField = in HWTEST_F_L0() local
|
| D | global_dictionary_test.cpp | 55 uint32_t hashField = static_cast<uint32_t>(GlobalDictionary::Hash(jsSymbol.GetTaggedValue())); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.cpp | 961 JSTaggedType hashField = Barriers::GetValue<JSTaggedType>(this, HASH_OFFSET); in SetFunctionExtraInfo() local 1003 JSTaggedType hashField = Barriers::GetValue<JSTaggedType>(this, HASH_OFFSET); in SetSFunctionExtraInfo() local 1083 JSTaggedType hashField = Barriers::GetValue<JSTaggedType>(this, HASH_OFFSET); in GetFunctionExtraInfo() local 1107 JSTaggedType hashField = Barriers::GetValue<JSTaggedType>(this, HASH_OFFSET); in GetNativeFunctionExtraInfo() local
|
| D | js_object.cpp | 2848 JSTaggedType hashField = Barriers::GetValue<JSTaggedType>(*obj, HASH_OFFSET); in SetHash() local 2874 JSTaggedType hashField = Barriers::GetValue<JSTaggedType>(this, HASH_OFFSET); in GetHash() local 2890 JSTaggedType hashField = Barriers::GetValue<JSTaggedType>(this, HASH_OFFSET); in HasHash() local 2900 JSTaggedType hashField = Barriers::GetValue<JSTaggedType>(this, HASH_OFFSET); in GetNativePointerField() local 2920 JSTaggedType hashField = Barriers::GetValue<JSTaggedType>(this, HASH_OFFSET); in SetNativePointerField() local 2948 JSTaggedType hashField = Barriers::GetValue<JSTaggedType>(this, HASH_OFFSET); in GetNativePointerFieldCount() local 2962 JSTaggedType hashField = Barriers::GetValue<JSTaggedType>(this, HASH_OFFSET); in SetNativePointerFieldCount() local
|
| D | dump.cpp | 1504 JSTaggedType hashField = Barriers::GetValue<JSTaggedType>(this, HASH_OFFSET); in Dump() local
|