Home
last modified time | relevance | path

Searched refs:SetName (Results 1 – 25 of 44) sorted by relevance

12

/arkcompiler/ets_runtime/test/aottest/ts_inline_accessor_deopt/
Dts_inline_accessor_deopt.ts28 set SetName(str: string ) {
40 p.SetName = "xiaohong";
/arkcompiler/ets_runtime/test/aottest/ts_inline_accessor/
Dts_inline_accessor.ts30 set SetName(str: string ) {
51 p.SetName = "xiaohong";
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmempool.h129 void SetName(const std::string &name) in SetName() function
133 void SetName(const char *name) in SetName() function
145 void SetName(const std::string & /* name */) const {} in SetName() function
146 void SetName(const char /* name */) const {} in SetName() function
157 SetName(name); in MemPool()
161 SetName(name); in MemPool()
/arkcompiler/ets_runtime/ecmascript/compiler/
Drt_call_signature.cpp31 callSigns_[ID_##name].SetName(std::string("RTStub_") + #name); \ in Initialize()
43 callSigns_[RuntimeStubCSigns::ID_##name].SetName(std::string("RTStub_") + #name); \ in Initialize()
Dbc_call_signature.cpp32 callSigns_[name].SetName(std::string("BCStub_") + #name); \ in Initialize()
57 callSigns_[name].SetName(std::string("BCStub_") + #name); \ in Initialize()
Ddebug_info.h55 void SetName(const std::string &n) in SetName() function
Ddebug_info.cpp44 info->SetName(name); in AddFuncName()
/arkcompiler/ets_runtime/test/fuzztest/functionrefname_fuzzer/
Dfunctionrefname_fuzzer.cpp43 func->SetName(vm, name); in FunctionRefSetNameFuzzTest()
60 func->SetName(vm, name); in FunctionRefGetNameFuzzTest()
/arkcompiler/toolchain/test/fuzztest/pttypesinternalpropertydespname_fuzzer/
Dpttypesinternalpropertydespname_fuzzer.cpp34 desp.SetName(std::string((const char*)data, size)); in PtTypesInternalPropertyDespNameFuzzTest()
/arkcompiler/toolchain/test/fuzztest/pttypesprivatepropertydespname_fuzzer/
Dpttypesprivatepropertydespname_fuzzer.cpp34 desp.SetName(std::string((const char*)data, size)); in PtTypesPrivatePropertyDespNameFuzzTest()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_typeapi_parameter.h58 void SetName(EtsString *name) in SetName() function
Dets_typeapi_method.h63 void SetName(EtsString *name) in SetName() function
Dets_typeapi_field.h63 void SetName(EtsString *name) in SetName() function
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_call_signature.cpp30 callSigns_[name].SetName(std::string("BuiltinStub_") + #name); \ in Initialize()
/arkcompiler/toolchain/tooling/test/
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_frontend/es2panda/ir/expressions/
DprivateIdentifier.h62 void SetName(util::StringView name) in SetName() function
Didentifier.h75 void SetName(util::StringView name) in DEFINE_BITOPS()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_worker.h74 void SetName(PandaString name) in SetName() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_class_test.cpp474 klass->SetName(name); in TEST_F()
478 klass->SetName(name); in TEST_F()
482 klass->SetName(name); in TEST_F()
501 klass->SetName(oldName); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp225 node->SetName(GenerateNodeName(forwardAddress)); in MoveNode()
915 existNode->SetName(GetString(EntryVisitor::ConvertKey(entry))); in GenerateStringNode()
971 existNode->SetName(GetString(ParseFunctionName(obj))); in GenerateFunctionNode()
980 node->SetName(GetString(ParseFunctionName(obj))); in GenerateFunctionNode()
998 existNode->SetName(GetString(ParseObjectName(obj))); in GenerateObjectNode()
1007 node->SetName(GetString(ParseObjectName(obj))); in GenerateObjectNode()
1069 entryFrom->SetName(GetString(*entryTo->GetName())); in RenameFunction()
Dheap_snapshot.h93 void SetName(CString *name) in SetName() function
205 void SetName(CString *name) in SetName() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cg.cpp247 ptn->SetName("MCC_GCTIB__Ljava_2Flang_2FObject_3B"); in FindOrCreateRepresentiveSym()
312 ptn.SetName(refPtnString); in CreateRefSymForGlobalPtn()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
Didentifier.h76 void SetName(const util::StringView &newName) noexcept in DEFINE_BITOPS()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Type.cpp223 typeapiField->SetName(name); in CreateField()
381 typeapiMethod.GetPtr()->SetName(name); in CreateMethod()
470 typeapiParameter.GetPtr()->SetName(pnameHandle.GetPtr()); in CreateParameter()
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp359 debuggerProperty->SetName(name) in AddTypedArrayRef()
388 debuggerProperty->SetName("prototype") in GetProtoOrProtoType()
401 debuggerProperty->SetName("__proto__") in GetProtoOrProtoType()
438 debuggerProperty->SetName(cStrNameElement) in GetAdditionalProperties()
456 debuggerProperty->SetName(strProName) in SetKeyValue()

12