Home
last modified time | relevance | path

Searched defs:SetName (Results 1 – 14 of 14) sorted by relevance

/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
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DprivateIdentifier.h62 void SetName(util::StringView name) in SetName() function
/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
Dets_class.cpp544 void EtsClass::SetName(EtsString *name) in SetName() function in panda::ets::EtsClass
/arkcompiler/ets_runtime/ecmascript/compiler/
Ddebug_info.h55 void SetName(const std::string &n) in SetName() function
Dcall_signature.h279 void SetName(const std::string &str) in SetName() function
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_worker.h74 void SetName(PandaString name) in SetName() function
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
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/include/cg/aarch64/
Daarch64_cg.h122 void SetName(const std::string &ptnName) in SetName() function
/arkcompiler/toolchain/tooling/base/
Dpt_types.h739 InternalPropertyDescriptor &SetName(const std::string &name) in SetName() function
786 PrivatePropertyDescriptor &SetName(const std::string &name) in SetName() function
875 PropertyDescriptor &SetName(const std::string &name) in SetName() function
1491 Scope &SetName(const std::string &name) in SetName() function
2499 TypeObject &SetName(const std::string &name) in SetName() function
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.h362 void SetName(const util::StringView &newName) in SetName() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2314 void FunctionRef::SetName(const EcmaVM *vm, Local<StringRef> name) in SetName() function in panda::FunctionRef