Home
last modified time | relevance | path

Searched refs:SetHash (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_node.h28 SetHash(thread, JSTaggedValue(hash)); in InitTaggedNode()
73 ECMAObject::Cast(key.GetTaggedObject())->SetHash(thread, hash, ecmaObj); in Hash()
H A Dlinked_hash_table.cpp274 ECMAObject::SetHash(thread, hash, ecmaObj); in Hash()
H A Dtagged_node.cpp385 treeNode->SetHash(thread, minNode->GetHash()); in Delete()
H A Djs_object.h378 static void SetHash(const JSThread *thread, int32_t hash, const JSHandle<ECMAObject> &obj);
H A Djs_object.cpp2858 void ECMAObject::SetHash(const JSThread *thread, int32_t hash, const JSHandle<ECMAObject> &obj) in SetHash() function in panda::ecmascript::ECMAObject
/arkcompiler/toolchain/tooling/base/
H A Dpt_script.h70 void SetHash(const std::string &hash) in SetHash() function in panda::ecmascript::tooling::PtScript
H A Dpt_events.h406 ScriptFailedToParse &SetHash(const std::string &hash) in SetHash() function in panda::ecmascript::tooling::final
658 ScriptParsed &SetHash(const std::string &hash) in SetHash() function in panda::ecmascript::tooling::final
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_script_test.cpp85 script->SetHash("111"); in HWTEST_F_L0()
H A Ddebugger_events_test.cpp165 .SetHash("hash0001") in HWTEST_F_L0()
241 .SetHash("hash0001") in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_lightweightset.cpp468 ECMAObject::SetHash(thread, hash, ecmaObj);
H A Djs_api_lightweightmap.cpp480 ECMAObject::SetHash(thread, hash, ecmaObj); in Hash()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp420 SetHash(glue_, result->ReadVariable(), Int64(JSTaggedValue(0).GetRawData())); in NewJSObject()
462 SetHash(glue_, result->ReadVariable(), Int64(JSTaggedValue(0).GetRawData())); in NewSObject()
556 SetHash(glue_, result->ReadVariable(), Int64(JSTaggedValue(0).GetRawData())); in NewJSObject()
2059 SetHash(glue_, result->ReadVariable(), Int64(JSTaggedValue(0).GetRawData())); in CreateJSCollectionIterator()
2114 SetHash(glue_, result->ReadVariable(), Int64(JSTaggedValue(0).GetRawData())); in CreateJSTypedArrayIterator()
H A Dstub_builder.h377 void SetHash(GateRef glue, GateRef object, GateRef hash);
H A Dstub_builder-inl.h1228 inline void StubBuilder::SetHash(GateRef glue, GateRef object, GateRef hash) in SetHash() function in panda::ecmascript::kungfu::StubBuilder
H A Dstub_builder.cpp8424 SetHash(glue, value, IntToTaggedPtr(k6)); in CalcHashcodeForObject()
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.cpp297 ECMAObject::SetHash(ecmaVM->GetJSThread(), hash, ecmaObjHandle); in GetObjectHash()
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.cpp1015 .SetHash(script.GetHash()); in ScriptParsed()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_object_test.cpp1255 ECMAObject::SetHash(thread, 87, JSHandle<ECMAObject>::Cast(obj)); in HWTEST_F_L0()

Completed in 55 milliseconds