Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dsymbol_table_test.cpp186 symbolTable->SetKey(thread, 1, JSTaggedValue::Hole()); in HWTEST_F_L0()
189 symbolTable->SetKey(thread, 1, JSTaggedValue::Undefined()); in HWTEST_F_L0()
192 symbolTable->SetKey(thread, 1, symbolTableStringKey1.GetTaggedValue()); in HWTEST_F_L0()
196 symbolTable->SetKey(thread, 1, symbolTableStringKey2.GetTaggedValue()); in HWTEST_F_L0()
199 symbolTable->SetKey(thread, 1, symbolTableStringKey3.GetTaggedValue()); in HWTEST_F_L0()
219 symbolTable->SetKey(thread, 1, symbolTableStringKey.GetTaggedValue()); in HWTEST_F_L0()
256 symbolTable->SetKey(thread, 1, symbolTableStringKey1.GetTaggedValue()); in HWTEST_F_L0()
260 symbolTable->SetKey(thread, 1, symbolTableStringKey2.GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_tree.h169 inline void SetKey(const JSThread *thread, uint32_t entry, JSTaggedValue key) in SetKey() function
291 SetKey(thread, 0, key); in SetRoot()
309 SetKey(thread, entry, key); in InsertLeftEntry()
319 SetKey(thread, entry, key); in InsertRightEntry()
411 newTree->SetKey(thread, index, GetKey(parent)); in CopyEntry()
417 SetKey(thread, dst, GetKey(src)); in CopyData()
421 newTree->SetKey(thread, index, GetKey(parent)); in CopyAllData()
431 SetKey(thread, index, JSTaggedValue::Hole()); in RemoveEntry()
Dtransitions_dictionary.h111 SetKey(thread, entry, key); in SetEntry()
124 SetKey(thread, entry, JSTaggedValue::Hole()); in RemoveElement()
Dlayout_info.h49 void SetKey(const JSThread *thread, int index, const JSTaggedValue &key);
Dlinked_hash_table.cpp56 newTable->SetKey(thread, entry, key.GetTaggedValue()); in Insert()
81 newTable->SetKey(thread, entry, weakKey); in InsertWeakRef()
Dtagged_hash_table.h278 inline void SetKey(const JSThread *thread, int entry, const JSTaggedValue &key) in SetKey() function
343 this->SetKey(thread, entry, key.GetTaggedValue()); in AddElement()
351 this->SetKey(thread, entry, defaultValue); in RemoveElement()
Dtagged_dictionary.cpp158 SetKey(thread, entry, key); in SetEntry()
327 SetKey(thread, entry, key); in SetEntry()
Dtagged_node.h29 SetKey(thread, key.GetTaggedValue()); in InitTaggedNode()
Dglobal_dictionary-inl.h70 SetKey(thread, entry, key); in SetEntry()
Dlinked_hash_table.h262 inline void SetKey(const JSThread *thread, int entry, JSTaggedValue key) in SetKey() function
Dtagged_node.cpp373 treeNode->SetKey(thread, minNode->GetKey()); in Delete()
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassProperty.h59 void SetKey(Expression *key) in SetKey() function
DmethodDefinition.h79 void SetKey(Expression *key) in SetKey() function
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_obj_layout_info.cpp32 SetKey(thread, number, key); in AddProperty()
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module_cache.h123 SetKey(thread, entry, keyValue); in SetEntry()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp483 classProperty->SetKey(newKey); in VisitComputedProperty()
495 methodDefinition->SetKey(newKey); in VisitComputedProperty()