Home
last modified time | relevance | path

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

123

/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/
DpromiseVoid.h25 std::string_view Name() const override in Name() function
DexpressionLambdaLowering.h25 std::string_view Name() const override in Name() function
DcapturedVariables.h25 std::string_view Name() const override in Name() function
DstructLowering.h25 std::string_view Name() const override in Name() function
DdefaultParameterLowering.h42 std::string_view Name() const override in Name() function
DinterfacePropertyDeclarations.h25 std::string_view Name() const override in Name() function
DpartialExportClassGen.h25 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
DtupleLowering.h25 std::string_view Name() const override in Name() function
DexpandBrackets.h25 std::string_view Name() const override in Name() function
DenumPostCheckLowering.h27 std::string_view Name() const override in Name() function
DopAssignment.h25 std::string_view Name() const override in Name() function
DspreadLowering.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
DpackageImplicitImport.h25 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/
DcheckerPhase.h25 std::string_view Name() const override in Name() function
DresolveIdentifiers.h24 std::string_view Name() const override in Name() function
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_constants-inl.h57 #define DECL_GET_IMPL_COMMON(Type, Name, Index) \ argument
77 #define DECL_GET_IMPL_STRING(Name, Index, Token) DECL_GET_IMPL_COMMON(JSTaggedValue, Name, Index) argument
78 #define DECL_GET_IMPL_WITH_TYPE(Type, Name, Index, Desc) DECL_GET_IMPL_COMMON(Type, Name, Index) argument
/arkcompiler/ets_runtime/ecmascript/tests/
Dglue_regs_test.cpp67 #define CONSTANT_CONSTANT_ITERATOR(Type, Name, Index, Desc) \ in HWTEST_F_L0() argument
81 #define CONSTANT_STRING_ITERATOR(Name, Index, Desc) \ in HWTEST_F_L0() argument
95 #define CONSTANT_ACCESSOR_ITERATOR(Type, Name, Index, Desc) \ in HWTEST_F_L0() argument

123