Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DidentifierBuilder.h29 IdentifierBuilder &SetName(util::StringView name) in SetName() function
DetsTypeReferencePartBuilder.h29 ETSTypeReferencePartBuilder &SetName(Expression *name) in SetName() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmempool.h138 void SetName(const std::string &name) in SetName() function
142 void SetName(const char *name) in SetName() function
154 void SetName(const std::string & /* name */) const {} in SetName() function
155 void SetName(const char /* name */) const {} 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.cpp459 void EtsClass::SetName(EtsString *name) in SetName() function in ark::ets::EtsClass
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DprivateIdentifier.h62 void SetName(util::StringView name) in SetName() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Ddebug_info.h57 void SetName(const std::string &n) in SetName() function
Dcall_signature.h319 void SetName(const std::string &str) in SetName() function
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_worker.h76 void SetName(PandaString name) in SetName() function
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h95 void SetName(CString *name) in SetName() function
203 void SetName(CString *name) in SetName() function
/arkcompiler/toolchain/tooling/base/
Dpt_types.h766 InternalPropertyDescriptor &SetName(const std::string &name) in SetName() function
813 PrivatePropertyDescriptor &SetName(const std::string &name) in SetName() function
902 PropertyDescriptor &SetName(const std::string &name) in SetName() function
1518 Scope &SetName(const std::string &name) in SetName() function
2526 TypeObject &SetName(const std::string &name) in SetName() function
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.h255 void SetName(const util::StringView &newName) in SetName() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg.h209 void SetName(const std::string &ptnName) in SetName() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3606 void FunctionRef::SetName(const EcmaVM *vm, Local<StringRef> name) in SetName() function in panda::FunctionRef