| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| D | opt_code_profiler.h | 115 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/ |
| D | etsTypeReferencePart.h | 43 ir::Expression *Name() in Name() function 53 const ir::Expression *Name() const in Name() function
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | promiseVoid.h | 25 std::string_view Name() const override in Name() function
|
| D | expressionLambdaLowering.h | 25 std::string_view Name() const override in Name() function
|
| D | capturedVariables.h | 25 std::string_view Name() const override in Name() function
|
| D | structLowering.h | 25 std::string_view Name() const override in Name() function
|
| D | defaultParameterLowering.h | 42 std::string_view Name() const override in Name() function
|
| D | interfacePropertyDeclarations.h | 25 std::string_view Name() const override in Name() function
|
| D | partialExportClassGen.h | 25 std::string_view Name() const override in Name() function
|
| D | boxingForLocals.h | 25 std::string_view Name() const override in Name() function
|
| D | lambdaLowering.h | 25 std::string_view Name() const override in Name() function
|
| D | tupleLowering.h | 25 std::string_view Name() const override in Name() function
|
| D | expandBrackets.h | 25 std::string_view Name() const override in Name() function
|
| D | enumPostCheckLowering.h | 27 std::string_view Name() const override in Name() function
|
| D | opAssignment.h | 25 std::string_view Name() const override in Name() function
|
| D | spreadLowering.h | 25 std::string_view Name() const override in Name() function
|
| D | unionLowering.h | 25 std::string_view Name() const override in Name() function
|
| D | stringComparison.h | 28 std::string_view Name() const override in Name() function
|
| D | packageImplicitImport.h | 25 std::string_view Name() const override in Name() function
|
| D | objectIndexAccess.h | 29 std::string_view Name() const override in Name() function
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
| D | topLevelStmts.h | 38 std::string_view Name() const override in Name() function
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ |
| D | checkerPhase.h | 25 std::string_view Name() const override in Name() function
|
| D | resolveIdentifiers.h | 24 std::string_view Name() const override in Name() function
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | global_env_constants-inl.h | 57 #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/ |
| D | glue_regs_test.cpp | 67 #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
|