Home
last modified time | relevance | path

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

123

/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.h680 #define INDEX_FILTER_WITH_TYPE(Type, Name, Index, Desc) INDEX_FILTER_COMMON(Index) argument
681 #define INDEX_FILTER_STRING(Name, Index, Token) INDEX_FILTER_COMMON(Index) argument
748 #define DECL_GET_COMMON(Type, Name) \ argument
752 #define DECL_GET_WITH_TYPE(Type, Name, Index, Desc) DECL_GET_COMMON(Type, Name) argument
753 #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() function
128 std::string GetName() const in GetName() argument
133 std::string methodName_; argument
134 uint64_t totalCount_;
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsTypeReferencePart.h43 ir::Expression *Name() in Name() function
53 const ir::Expression *Name() const in Name() function
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumPostCheckLowering.h27 std::string_view Name() const override in Name() function
DboxingForLocals.h25 std::string_view Name() const override in Name() function
DexpressionLambdaLowering.h25 std::string_view Name() const override in Name() function
DopAssignment.h25 std::string_view Name() const override in Name() function
DlambdaLowering.h25 std::string_view Name() const override in Name() function
DpartialExportClassGen.h25 std::string_view Name() const override in Name() function
DspreadLowering.h25 std::string_view Name() const override in Name() function
DstructLowering.h25 std::string_view Name() const override in Name() function
DpromiseVoid.h25 std::string_view Name() const override in Name() function
DtupleLowering.h25 std::string_view Name() const override in Name() function
DunionLowering.h25 std::string_view Name() const override in Name() function
DinterfacePropertyDeclarations.h25 std::string_view Name() const override in Name() function
DexpandBrackets.h25 std::string_view Name() const override in Name() function
DstringComparison.h28 std::string_view Name() const override in Name() function
DobjectIndexAccess.h29 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
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/
DresolveIdentifiers.h24 std::string_view Name() const override in Name() function
DcheckerPhase.h25 std::string_view Name() const override in Name() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dglue_regs_test.cpp68 #define CONSTANT_CONSTANT_ITERATOR(Type, Name, Index, Desc) \ in HWTEST_F_L0() argument
82 #define CONSTANT_STRING_ITERATOR(Name, Index, Desc) \ in HWTEST_F_L0() argument
96 #define CONSTANT_ACCESSOR_ITERATOR(Type, Name, Index, Desc) \ in HWTEST_F_L0() argument
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_GetOrSetAccessor10.ts18 s\u0065t Name():number; method
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsTypeParameter.h40 const Identifier *Name() const in Name() function
45 Identifier *Name() in Name() function

123