Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/base/
Dpt_script.h70 void SetHash(const std::string &hash) in SetHash() function
Dpt_events.h406 ScriptFailedToParse &SetHash(const std::string &hash) in SetHash() function
658 ScriptParsed &SetHash(const std::string &hash) in SetHash() function
/arkcompiler/ets_runtime/ecmascript/
Dtagged_node.h28 SetHash(thread, JSTaggedValue(hash)); in InitTaggedNode()
73 ECMAObject::Cast(key.GetTaggedObject())->SetHash(thread, hash, ecmaObj); in Hash()
Dlinked_hash_table.cpp248 ECMAObject::SetHash(thread, hash, ecmaObj); in Hash()
Dtagged_node.cpp376 treeNode->SetHash(thread, minNode->GetHash()); in Delete()
Djs_object.h375 static void SetHash(const JSThread *thread, int32_t hash, const JSHandle<ECMAObject> &obj);
Djs_object.cpp2686 void ECMAObject::SetHash(const JSThread *thread, int32_t hash, const JSHandle<ECMAObject> &obj) 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.cpp165 .SetHash("hash0001") in HWTEST_F_L0()
241 .SetHash("hash0001") in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightset.cpp469 ECMAObject::SetHash(thread, hash, ecmaObj); in Hash()
Djs_api_lightweightmap.cpp471 ECMAObject::SetHash(thread, hash, ecmaObj); in Hash()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp118 SetHash(glue_, result->ReadVariable(), Int64(JSTaggedValue(0).GetRawData())); in NewJSObject()
1367 SetHash(glue_, result->ReadVariable(), Int64(JSTaggedValue(0).GetRawData())); in CreateJSCollectionIterator()
Dstub_builder.h309 void SetHash(GateRef glue, GateRef object, GateRef hash);
Dstub_builder-inl.h1032 inline void StubBuilder::SetHash(GateRef glue, GateRef object, GateRef hash) in SetHash() function
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp307 ECMAObject::SetHash(ecmaVM->GetJSThread(), hash, ecmaObjHandle); in GetObjectHash()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp773 .SetHash(script.GetHash()); in ScriptParsed()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp1292 ECMAObject::SetHash(thread, 87, JSHandle<ECMAObject>::Cast(obj)); in HWTEST_F_L0()