/arkcompiler/ets_runtime/test/aottest/ts_inline_accessor_deopt/ |
D | ts_inline_accessor_deopt.ts | 28 set SetName(str: string ) { 40 p.SetName = "xiaohong";
|
/arkcompiler/ets_runtime/test/aottest/ts_inline_accessor/ |
D | ts_inline_accessor.ts | 30 set SetName(str: string ) { 51 p.SetName = "xiaohong";
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/ |
D | mempool.h | 129 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/ |
D | rt_call_signature.cpp | 31 callSigns_[ID_##name].SetName(std::string("RTStub_") + #name); \ in Initialize() 43 callSigns_[RuntimeStubCSigns::ID_##name].SetName(std::string("RTStub_") + #name); \ in Initialize()
|
D | bc_call_signature.cpp | 32 callSigns_[name].SetName(std::string("BCStub_") + #name); \ in Initialize() 57 callSigns_[name].SetName(std::string("BCStub_") + #name); \ in Initialize()
|
D | debug_info.h | 55 void SetName(const std::string &n) in SetName() function
|
D | debug_info.cpp | 44 info->SetName(name); in AddFuncName()
|
/arkcompiler/ets_runtime/test/fuzztest/functionrefname_fuzzer/ |
D | functionrefname_fuzzer.cpp | 43 func->SetName(vm, name); in FunctionRefSetNameFuzzTest() 60 func->SetName(vm, name); in FunctionRefGetNameFuzzTest()
|
/arkcompiler/toolchain/test/fuzztest/pttypesinternalpropertydespname_fuzzer/ |
D | pttypesinternalpropertydespname_fuzzer.cpp | 34 desp.SetName(std::string((const char*)data, size)); in PtTypesInternalPropertyDespNameFuzzTest()
|
/arkcompiler/toolchain/test/fuzztest/pttypesprivatepropertydespname_fuzzer/ |
D | pttypesprivatepropertydespname_fuzzer.cpp | 34 desp.SetName(std::string((const char*)data, size)); in PtTypesPrivatePropertyDespNameFuzzTest()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
D | ets_typeapi_parameter.h | 58 void SetName(EtsString *name) in SetName() function
|
D | ets_typeapi_method.h | 63 void SetName(EtsString *name) in SetName() function
|
D | ets_typeapi_field.h | 63 void SetName(EtsString *name) in SetName() function
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_call_signature.cpp | 30 callSigns_[name].SetName(std::string("BuiltinStub_") + #name); \ in Initialize()
|
/arkcompiler/toolchain/tooling/test/ |
D | pt_returns_test.cpp | 139 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/ |
D | privateIdentifier.h | 62 void SetName(util::StringView name) in SetName() function
|
D | identifier.h | 75 void SetName(util::StringView name) in DEFINE_BITOPS()
|
/arkcompiler/runtime_core/static_core/runtime/coroutines/ |
D | stackful_coroutine_worker.h | 74 void SetName(PandaString name) in SetName() function
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
D | ets_class_test.cpp | 474 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/ |
D | heap_snapshot.cpp | 225 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()
|
D | heap_snapshot.h | 93 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/ |
D | aarch64_cg.cpp | 247 ptn->SetName("MCC_GCTIB__Ljava_2Flang_2FObject_3B"); in FindOrCreateRepresentiveSym() 312 ptn.SetName(refPtnString); in CreateRefSymForGlobalPtn()
|
/arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
D | identifier.h | 76 void SetName(const util::StringView &newName) noexcept in DEFINE_BITOPS()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
D | std_core_Type.cpp | 223 typeapiField->SetName(name); in CreateField() 381 typeapiMethod.GetPtr()->SetName(name); in CreateMethod() 470 typeapiParameter.GetPtr()->SetName(pnameHandle.GetPtr()); in CreateParameter()
|
/arkcompiler/toolchain/tooling/agent/ |
D | runtime_impl.cpp | 359 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()
|