/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | symbol_table_test.cpp | 163 symbolTable->SetKey(thread, 1, JSTaggedValue::Hole()); in HWTEST_F_L0() 166 symbolTable->SetKey(thread, 1, JSTaggedValue::Undefined()); in HWTEST_F_L0() 169 symbolTable->SetKey(thread, 1, symbolTableStringKey1.GetTaggedValue()); in HWTEST_F_L0() 173 symbolTable->SetKey(thread, 1, symbolTableStringKey2.GetTaggedValue()); in HWTEST_F_L0() 176 symbolTable->SetKey(thread, 1, symbolTableStringKey3.GetTaggedValue()); in HWTEST_F_L0() 196 symbolTable->SetKey(thread, 1, symbolTableStringKey.GetTaggedValue()); in HWTEST_F_L0() 233 symbolTable->SetKey(thread, 1, symbolTableStringKey1.GetTaggedValue()); in HWTEST_F_L0() 237 symbolTable->SetKey(thread, 1, symbolTableStringKey2.GetTaggedValue()); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | jsnapi_sendable.cpp | 46 nameDesc.SetKey(nameKey); in InitStaticDescription() 53 prototypeDesc.SetKey(prototypeKey); in InitStaticDescription() 65 constructorDesc.SetKey(constructorKey); in InitNonStaticDescription() 77 napiWrapperDesc.SetKey(napiWrapperKey); in InitInstanceDescription() 95 desc.SetKey(JSNApiHelper::ToJSHandle(info.keys[i])); in InitWithPropertiesInfo()
|
H A D | tagged_tree.h | 136 inline void SetKey(const JSThread *thread, uint32_t entry, JSTaggedValue key) in SetKey() function in panda::ecmascript::TaggedTree 258 SetKey(thread, 0, key); in SetRoot() 276 SetKey(thread, entry, key); in InsertLeftEntry() 286 SetKey(thread, entry, key); in InsertRightEntry() 378 newTree->SetKey(thread, index, GetKey(parent)); in CopyEntry() 384 SetKey(thread, dst, GetKey(src)); in CopyData() 388 newTree->SetKey(thread, index, GetKey(parent)); in CopyAllData() 398 SetKey(thread, index, JSTaggedValue::Hole()); in RemoveEntry()
|
H A D | transitions_dictionary.h | 111 SetKey(thread, entry, key); in SetEntry() 124 SetKey(thread, entry, JSTaggedValue::Hole()); in RemoveElement()
|
H A D | layout_info.h | 61 void SetKey(const JSThread *thread, int index, const JSTaggedValue &key);
|
H A D | tagged_hash_table.h | 289 inline void SetKey(const JSThread *thread, int entry, const JSTaggedValue &key) in SetKey() function in panda::ecmascript::TaggedHashTable 383 this->SetKey(thread, entry, key.GetTaggedValue()); in AddElement() 391 this->SetKey(thread, entry, defaultValue); in RemoveElement()
|
H A D | linked_hash_table.cpp | 60 newTable->SetKey(thread, entry, key.GetTaggedValue()); in Insert() 86 newTable->SetKey(thread, entry, weakKey); in InsertWeakRef()
|
H A D | tagged_node.h | 29 SetKey(thread, key.GetTaggedValue());
in InitTaggedNode()
|
H A D | tagged_dictionary.h | 175 SetKey(thread, entry, key); in SetEntry()
|
H A D | global_dictionary-inl.h | 70 SetKey(thread, entry, key); in SetEntry()
|
H A D | tagged_dictionary.cpp | 227 SetKey(thread, entry, key); in SetEntry() 408 SetKey(thread, entry, key); in SetEntry()
|
H A D | linked_hash_table.h | 270 inline void SetKey(const JSThread *thread, int entry, JSTaggedValue key) in SetKey() function in panda::ecmascript::LinkedHashTable
|
/arkcompiler/toolchain/websocket/ |
H A D | handshake_helper.h | 82 SetKey(encodedKey); in ProtocolUpgradeBuilder() 85 constexpr void SetKey(const unsigned char (&encodedKey)[WebSocketKeyEncoder::ENCODED_KEY_LEN + 1]) in SetKey() function in OHOS::ArkCompiler::Toolchain::ProtocolUpgradeBuilder
|
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
H A D | classPropertyBuilder.h | 29 ClassPropertyBuilder &SetKey(Expression *key) in SetKey() function in ark::es2panda::ir::ClassPropertyBuilder
|
H A D | tsEnumMemberBuilder.h | 29 TSEnumMemberBuilder &SetKey(Expression *key) in SetKey() function in ark::es2panda::ir::TSEnumMemberBuilder
|
H A D | methodDefinitionBuilder.h | 35 MethodDefinitionBuilder &SetKey(Expression *const key) in SetKey() function in ark::es2panda::ir::MethodDefinitionBuilder
|
H A D | propertyBuilder.h | 35 PropertyBuilder &SetKey(Expression *key) in SetKey() function in ark::es2panda::ir::PropertyBuilder
|
H A D | tsEnumDeclarationBuilder.h | 32 TSEnumDeclarationBuilder &SetKey(Identifier *key) in SetKey() function in ark::es2panda::ir::TSEnumDeclarationBuilder
|
H A D | tsMethodSignatureBuilder.h | 35 TSMethodSignatureBuilder &SetKey(Expression *key) in SetKey() function in ark::es2panda::ir::TSMethodSignatureBuilder
|
H A D | tsPropertySignatureBuilder.h | 35 TSPropertySignatureBuilder &SetKey(Expression *key) in SetKey() function in ark::es2panda::ir::TSPropertySignatureBuilder
|
/arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
H A D | ast_builder_test.cpp | 207 .SetKey(id) in TEST_F() 233 .SetKey(id) in TEST_F() 295 .SetKey(id) in TEST_F() 351 auto enumMember = TSEnumMemberBuilder(Allocator()).SetKey(idMember).SetInit(init).Build(); in TEST_F() 353 .SetKey(id) in TEST_F()
|
/arkcompiler/ets_runtime/ecmascript/require/ |
H A D | js_cjs_module_cache.h | 123 SetKey(thread, entry, keyValue); in SetEntry()
|
/arkcompiler/ets_frontend/es2panda/ir/base/ |
H A D | classProperty.h | 60 void SetKey(Expression *key) in SetKey() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::ClassProperty
|
H A D | methodDefinition.h | 81 void SetKey(Expression *key) in SetKey() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::MethodDefinition
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | linked_hashtable_stub_builder.h | 72 void SetKey(GateRef linkedTable, GateRef entry, GateRef key) in SetKey() function in panda::ecmascript::kungfu::LinkedHashTableStubBuilder
|