Home
last modified time | relevance | path

Searched refs:SetHash (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/toolchain/tooling/base/
Dpt_script.h70 void SetHash(const std::string &hash) in SetHash() function
Dpt_events.h378 ScriptFailedToParse &SetHash(const std::string &hash) in SetHash() function
630 ScriptParsed &SetHash(const std::string &hash) in SetHash() function
/arkcompiler/ets_runtime/ecmascript/
Dtagged_node.h28 SetHash(thread, JSTaggedValue(hash)); in InitTaggedNode()
69 ECMAObject::Cast(key.GetTaggedObject())->SetHash(hash); in Hash()
Dlinked_hash_table.cpp247 ECMAObject::Cast(key.GetTaggedObject())->SetHash(hash); in Hash()
Dtagged_node.cpp375 treeNode->SetHash(thread, minNode->GetHash()); in Delete()
Djs_object.h339 void SetHash(int32_t hash);
Djs_object.cpp2210 void ECMAObject::SetHash(int32_t hash) in SetHash() function in panda::ecmascript::ECMAObject
/arkcompiler/toolchain/tooling/test/
Ddebugger_script_test.cpp85 script->SetHash("111"); in HWTEST_F_L0()
Ddebugger_events_test.cpp152 .SetHash("hash0001") in HWTEST_F_L0()
228 .SetHash("hash0001") in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightset.cpp466 ECMAObject::Cast(key.GetTaggedObject())->SetHash(hash); in Hash()
Djs_api_lightweightmap.cpp470 ECMAObject::Cast(key.GetTaggedObject())->SetHash(hash); in Hash()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp112 SetHash(glue_, result->ReadVariable(), Int64(JSTaggedValue(0).GetRawData())); in NewJSObject()
Dstub_builder.h284 void SetHash(GateRef glue, GateRef object, GateRef hash);
Dstub_builder-inl.h970 inline void StubBuilder::SetHash(GateRef glue, GateRef object, GateRef hash) in SetHash() function
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp588 .SetHash(script.GetHash()); in ScriptParsed()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp1291 obj->SetHash(87); in HWTEST_F_L0()