Home
last modified time | relevance | path

Searched refs:SetKey (Results 1 – 22 of 22) 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/toolchain/websocket/
Dhandshake_helper.h82 SetKey(encodedKey); in ProtocolUpgradeBuilder()
85 … constexpr void SetKey(const unsigned char (&encodedKey)[WebSocketKeyEncoder::ENCODED_KEY_LEN + 1]) in SetKey() function
/arkcompiler/ets_runtime/ecmascript/
Dtagged_tree.h180 inline void SetKey(const JSThread *thread, uint32_t entry, JSTaggedValue key) in SetKey() function
302 SetKey(thread, 0, key); in SetRoot()
320 SetKey(thread, entry, key); in InsertLeftEntry()
330 SetKey(thread, entry, key); in InsertRightEntry()
422 newTree->SetKey(thread, index, GetKey(parent)); in CopyEntry()
428 SetKey(thread, dst, GetKey(src)); in CopyData()
432 newTree->SetKey(thread, index, GetKey(parent)); in CopyAllData()
442 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.h54 void SetKey(const JSThread *thread, int index, const JSTaggedValue &key);
Dtagged_hash_table.h280 inline void SetKey(const JSThread *thread, int entry, const JSTaggedValue &key) in SetKey() function
372 this->SetKey(thread, entry, key.GetTaggedValue()); in AddElement()
380 this->SetKey(thread, entry, defaultValue); in RemoveElement()
Dlinked_hash_table.cpp56 newTable->SetKey(thread, entry, key.GetTaggedValue()); in Insert()
81 newTable->SetKey(thread, entry, weakKey); in InsertWeakRef()
Dtagged_node.h29 SetKey(thread, key.GetTaggedValue()); in InitTaggedNode()
Dtagged_dictionary.cpp211 SetKey(thread, entry, key); in SetEntry()
387 SetKey(thread, entry, key); in SetEntry()
Dtagged_dictionary.h169 SetKey(thread, entry, key); in SetEntry()
Dglobal_dictionary-inl.h70 SetKey(thread, entry, key); in SetEntry()
Dlinked_hash_table.h265 inline void SetKey(const JSThread *thread, int entry, JSTaggedValue key) in SetKey() function
Dtagged_node.cpp374 treeNode->SetKey(thread, minNode->GetKey()); in Delete()
Djs_object.h107 inline void SetKey(JSHandle<JSTaggedValue> key) in SetKey() function
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassProperty.h60 void SetKey(Expression *key) in SetKey() function
DmethodDefinition.h79 void SetKey(Expression *key) in SetKey() function
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module_cache.h123 SetKey(thread, entry, keyValue); in SetEntry()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_obj_layout_info.cpp32 SetKey(thread, number, key); in AddProperty()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.h65 void SetKey(GateRef linkedTable, GateRef entry, GateRef key) in SetKey() function
Dlinked_hashtable_stub_builder.cpp565 SetKey(newTable, newEntry, key); in Insert()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp501 classProperty->SetKey(newKey); in VisitComputedProperty()
513 methodDefinition->SetKey(newKey); in VisitComputedProperty()
880 node->SetKey(internalIdentifier); in ProcessAutoAccessorProperty()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.cpp227 desc.SetKey(handleKey); in ObjectDefineProperties()