Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.h114 struct Name { struct
115 Name(std::string name) : methodName_(name), totalCount_(1) {} in Name() argument
127 std::string GetName() const in GetName() argument
132 std::string methodName_; argument
133 uint64_t totalCount_;
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_constants-inl.h57 #define DECL_GET_IMPL_COMMON(Type, Name, Index) \ argument
73 #define DECL_GET_IMPL_WITH_TYPE(Type, Name, Index, Desc) DECL_GET_IMPL_COMMON(Type, Name, Index) argument
80 #define DECL_GET_IMPL_STRING(Name, Index, Token) DECL_GET_IMPL_COMMON(JSTaggedValue, Name, Index) argument
Dglobal_env_constants.h511 #define INDEX_FILTER_WITH_TYPE(Type, Name, Index, Desc) INDEX_FILTER_COMMON(Index) argument
519 #define INDEX_FILTER_STRING(Name, Index, Token) INDEX_FILTER_COMMON(Index) argument
573 #define DECL_GET_COMMON(Type, Name) \ argument
578 #define DECL_GET_WITH_TYPE(Type, Name, Index, Desc) DECL_GET_COMMON(Type, Name) argument
586 #define DECL_GET_STRING(Name, Index, Token) DECL_GET_COMMON(JSTaggedValue, Name) in GLOBAL_ENV_CONSTANT_SPECIAL() argument
Dglobal_env_fields.h244 #define GLOBAL_ENV_FIELD_ENUM_ITEM(Type, Name, INDEX) INDEX, argument
/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/ir/ts/
DtsTypeParameter.h40 const Identifier *Name() const in Name() function
45 Identifier *Name() in Name() function
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/
DcheckerPhase.h23 std::string_view Name() override in Name() function
Dplugin_phase.h33 std::string_view Name() override in Name() function
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.h25 std::string_view Name() override in Name() function
DunionLowering.h25 std::string_view Name() override in Name() function
DexpandBrackets.h25 std::string_view Name() override in Name() function
DinterfacePropertyDeclarations.h25 std::string_view Name() override in Name() function
DgenerateDeclarations.h25 std::string_view Name() override in Name() function
DstructLowering.h25 std::string_view Name() override in Name() function
DpromiseVoid.h25 std::string_view Name() override in Name() function
DopAssignment.h25 std::string_view Name() override in Name() function
DtupleLowering.h25 std::string_view Name() override in Name() function
DobjectIndexAccess.h30 std::string_view Name() override in Name() function
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_GetOrSetAccessor10.ts18 s\u0065t Name():number; method
Dtest-ts-key-remapping-via-as.ts23 type Name = GetName<NameA | NameB | NameC> alias
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/classes/
Dtest-ts-classes-25.ts19 abstract get Name(); method in Base
/arkcompiler/ets_runtime/ecmascript/tests/
Dglue_regs_test.cpp87 #define CONSTANT_STRING_ITERATOR(Type, Name, Index, Desc) \ in HWTEST_F_L0() argument
101 #define CONSTANT_ACCESSOR_ITERATOR(Type, Name, Index, Desc) \ in HWTEST_F_L0() argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DprivateIdentifier.h57 const util::StringView &Name() const in Name() function
/arkcompiler/ets_frontend/ets2panda/ir/as/
DnamedType.h29 const Identifier *Name() const in Name() function
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTypeParameter.h47 const Identifier *Name() const in Name() function

12