Home
last modified time | relevance | path

Searched refs:SetName (Results 1 - 25 of 49) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A Dast_builder_test.cpp204 auto id = IdentifierBuilder(Allocator()).SetName("a").Build(); in TEST_F()
212 auto classId = IdentifierBuilder(Allocator()).SetName("A").Build(); in TEST_F()
220 auto id = IdentifierBuilder(Allocator()).SetName("a").Build(); in TEST_F()
222 ETSTypeReferencePartBuilder(Allocator()).SetName(id).SetTypeParams(nullptr).SetPrev(nullptr).Build(); in TEST_F()
229 auto idParent = IdentifierBuilder(Allocator()).SetName("parent").Build(); in TEST_F()
230 auto id = IdentifierBuilder(Allocator()).SetName("a").SetParent<IdentifierBuilder>(idParent).Build(); in TEST_F()
238 auto classId = IdentifierBuilder(Allocator()).SetName("A").Build(); in TEST_F()
289 auto id = IdentifierBuilder(Allocator()).SetName("a").Build(); in TEST_F()
348 auto id = IdentifierBuilder(Allocator()).SetName("a").Build(); in TEST_F()
349 auto idMember = IdentifierBuilder(Allocator()).SetName(" in TEST_F()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
H A Dmempool.h135 void SetName(const std::string &name) in SetName() function in maple::MemPoolStat
139 void SetName(const char *name) in SetName() function in maple::MemPoolStat
151 void SetName(const std::string & /* name */) const {} in SetName() function in maple::MemPoolStat
152 void SetName(const char /* name */) const {} in SetName() function in maple::MemPoolStat
163 SetName(name); in MemPool()
167 SetName(name); in MemPool()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Drt_call_signature.cpp30 callSigns_[ID_##name].SetName(std::string("RTStub_") + #name); \ in Initialize()
43 callSigns_[RuntimeStubCSigns::ID_##name].SetName(std::string("RTStub_") + #name); \ in Initialize()
H A Dbc_call_signature.cpp31 callSigns_[name].SetName(std::string("BCStub_") + #name); \ in Initialize()
56 callSigns_[name].SetName(std::string("BCStub_") + #name); \ in Initialize()
H A Ddebug_info.h57 void SetName(const std::string &n) in SetName() function in panda::ecmascript::kungfu::DebugInfo::FuncDebugInfo
H A Ddebug_info.cpp44 info->SetName(name); in AddFuncName()
/arkcompiler/ets_runtime/test/fuzztest/functionrefname_fuzzer/
H A Dfunctionrefname_fuzzer.cpp43 func->SetName(vm, name); in FunctionRefSetNameFuzzTest()
60 func->SetName(vm, name); in FunctionRefGetNameFuzzTest()
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DetsPackageDeclarationBuilder.h29 ETSPackageDeclarationBuilder &SetName(ir::Expression *name) in SetName() function in ark::es2panda::ir::ETSPackageDeclarationBuilder
H A DidentifierBuilder.h29 IdentifierBuilder &SetName(util::StringView name) in SetName() function in ark::es2panda::ir::IdentifierBuilder
H A DnamedTypeBuilder.h29 NamedTypeBuilder &SetName(Identifier *name) in SetName() function in ark::es2panda::ir::NamedTypeBuilder
H A DetsTypeReferencePartBuilder.h29 ETSTypeReferencePartBuilder &SetName(Expression *name) in SetName() function in ark::es2panda::ir::ETSTypeReferencePartBuilder
H A DtsTypeParameterBuilder.h29 TSTypeParameterBuilder &SetName(Identifier *name) in SetName() function in ark::es2panda::ir::TSTypeParameterBuilder
H A DtsModuleDeclarationBuilder.h29 TSModuleDeclarationBuilder &SetName(Expression *name) in SetName() function in ark::es2panda::ir::TSModuleDeclarationBuilder
/arkcompiler/toolchain/test/fuzztest/pttypesprivatepropertydespname_fuzzer/
H A Dpttypesprivatepropertydespname_fuzzer.cpp34 desp.SetName(std::string((const char*)data, size)); in PtTypesPrivatePropertyDespNameFuzzTest()
/arkcompiler/toolchain/test/fuzztest/pttypesinternalpropertydespname_fuzzer/
H A Dpttypesinternalpropertydespname_fuzzer.cpp34 desp.SetName(std::string((const char*)data, size)); in PtTypesInternalPropertyDespNameFuzzTest()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_typeapi_parameter.h58 void SetName(EtsString *name) in SetName() function in ark::ets::EtsTypeAPIParameter
H A Dets_typeapi_method.h63 void SetName(EtsString *name) in SetName() function in ark::ets::EtsTypeAPIMethod
H A Dets_typeapi_field.h63 void SetName(EtsString *name) in SetName() function in ark::ets::EtsTypeAPIField
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DprivateIdentifier.h62 void SetName(util::StringView name) in SetName() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::PrivateIdentifier
H A Didentifier.h75 void SetName(util::StringView name) in SetName() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::Identifier
/arkcompiler/toolchain/tooling/test/
H A Dpt_returns_test.cpp139 propertyDescriptor->SetName("filename1").SetConfigurable(true).SetEnumerable(true); in HWTEST_F_L0()
145 internalPropertyDescriptor->SetName("filename2"); in HWTEST_F_L0()
151 privatePropertyDescriptor->SetName("filename3"); in HWTEST_F_L0()
249 typeObject->SetName("object1"); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_call_signature.cpp29 callSigns_[name].SetName(std::string("BuiltinStub_") + #name); \ in Initialize()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H A Dstackful_coroutine_worker.h76 void SetName(PandaString name) in SetName() function in ark::StackfulCoroutineWorker
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A Didentifier.h85 void SetName(const util::StringView &newName) noexcept
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cg.cpp205 ptn.SetName(refPtnString); in CreateRefSymForGlobalPtn()

Completed in 8 milliseconds

12