Home
last modified time | relevance | path

Searched defs:Name (Results 1 – 25 of 92) sorted by relevance

1234

/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_constants-inl.h57 #define DECL_GET_IMPL_COMMON(Type, Name, Index) \ argument
73 #define DECL_GET_IMPL_STRING(Name, Index, Token) DECL_GET_IMPL_COMMON(JSTaggedValue, Name, Index) argument
74 #define DECL_GET_IMPL_WITH_TYPE(Type, Name, Index, Desc) DECL_GET_IMPL_COMMON(Type, Name, Index) argument
Dglobal_env_constants.h555 #define INDEX_FILTER_WITH_TYPE(Type, Name, Index, Desc) INDEX_FILTER_COMMON(Index) argument
556 #define INDEX_FILTER_STRING(Name, Index, Token) INDEX_FILTER_COMMON(Index) argument
620 #define DECL_GET_COMMON(Type, Name) \ argument
624 #define DECL_GET_WITH_TYPE(Type, Name, Index, Desc) DECL_GET_COMMON(Type, Name) argument
625 #define DECL_GET_STRING(Name, Index, Token) DECL_GET_COMMON(JSTaggedValue, Name) argument
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.h115 struct Name { struct
116 Name(std::string name) : methodName_(name), totalCount_(1) {} in Name() argument
128 std::string GetName() const in GetName() argument
133 std::string methodName_; argument
134 uint64_t totalCount_;
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsTypeReferencePart.h46 ir::Expression *Name() in Name() function
56 const ir::Expression *Name() const in Name() function
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DexpressionLambdaLowering.h26 std::string_view Name() const override in Name() function
DboxingForLocals.h25 std::string_view Name() const override in Name() function
DlambdaLowering.h25 std::string_view Name() const override in Name() function
DdeclareOverloadLowering.h25 std::string_view Name() const override in Name() function
DresizableArrayLowering.h25 std::string_view Name() const override in Name() function
DinsertOptionalParametersAnnotation.h26 std::string_view Name() const override in Name() function
DdefaultParametersInConstructorLowering.h25 std::string_view Name() const override in Name() function
DcapturedVariables.h25 std::string_view Name() const override in Name() function
DopAssignment.h25 std::string_view Name() const override in Name() function
DdynamicImportLowering.h25 std::string_view Name() const override in Name() function
DpromiseVoid.h25 std::string_view Name() const override in Name() function
DlateInitialization.h25 std::string_view Name() const override in Name() function
DspreadLowering.h25 std::string_view Name() const override in Name() function
DrestArgsLowering.h25 std::string_view Name() const override in Name() function
DrestTupleLowering.h25 std::string_view Name() const override in Name() function
DunionLowering.h25 std::string_view Name() const override in Name() function
DstringComparison.h28 std::string_view Name() const override in Name() function
DpartialExportClassGen.h25 std::string_view Name() const override in Name() function
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/
DcheckerPhase.h25 std::string_view Name() const override in Name() function
DresolveIdentifiers.h26 std::string_view Name() const override in Name() function
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DtopLevelStmts.h38 std::string_view Name() const override in Name() function

1234