/arkcompiler/ets_runtime/ecmascript/ |
H A D | tagged_node.h | 28 SetHash(thread, JSTaggedValue(hash));
in InitTaggedNode() 73 ECMAObject::Cast(key.GetTaggedObject())->SetHash(thread, hash, ecmaObj);
in Hash()
|
H A D | linked_hash_table.cpp | 274 ECMAObject::SetHash(thread, hash, ecmaObj); in Hash()
|
H A D | tagged_node.cpp | 385 treeNode->SetHash(thread, minNode->GetHash());
in Delete()
|
H A D | js_object.h | 378 static void SetHash(const JSThread *thread, int32_t hash, const JSHandle<ECMAObject> &obj);
|
H A D | js_object.cpp | 2858 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 D | pt_script.h | 70 void SetHash(const std::string &hash) in SetHash() function in panda::ecmascript::tooling::PtScript
|
H A D | pt_events.h | 406 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 D | debugger_script_test.cpp | 85 script->SetHash("111"); in HWTEST_F_L0()
|
H A D | debugger_events_test.cpp | 165 .SetHash("hash0001") in HWTEST_F_L0() 241 .SetHash("hash0001") in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
H A D | js_api_lightweightset.cpp | 468 ECMAObject::SetHash(thread, hash, ecmaObj);
|
H A D | js_api_lightweightmap.cpp | 480 ECMAObject::SetHash(thread, hash, ecmaObj); in Hash()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | new_object_stub_builder.cpp | 420 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 D | stub_builder.h | 377 void SetHash(GateRef glue, GateRef object, GateRef hash);
|
H A D | stub_builder-inl.h | 1228 inline void StubBuilder::SetHash(GateRef glue, GateRef object, GateRef hash) in SetHash() function in panda::ecmascript::kungfu::StubBuilder
|
H A D | stub_builder.cpp | 8424 SetHash(glue, value, IntToTaggedPtr(k6)); in CalcHashcodeForObject()
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
H A D | debugger_api.cpp | 297 ECMAObject::SetHash(ecmaVM->GetJSThread(), hash, ecmaObjHandle); in GetObjectHash()
|
/arkcompiler/toolchain/tooling/agent/ |
H A D | debugger_impl.cpp | 1015 .SetHash(script.GetHash()); in ScriptParsed()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_object_test.cpp | 1255 ECMAObject::SetHash(thread, 87, JSHandle<ECMAObject>::Cast(obj)); in HWTEST_F_L0()
|