| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | index.h | 31 Index() : value_ {INVALID} {} in Index() function 33 Index(Int val) : value_ {val} in Index() function 44 Index(Index &&idx) : value_ {idx.value_} in Index() function
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | global_env_constants-inl.h | 57 #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
|
| D | global_env_constants.h | 554 #define INDEX_FILTER_COMMON(Index) Index, argument 555 #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 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
|
| D | global_env_fields.h | 475 #define INDEX_FILTER_BUILTIN4(ARG1, ARG2, ARG3, Index) Index##_INDEX, argument 476 #define INDEX_FILTER_BUILTIN6(ARG1, ARG2, ARG3, ARG4, ARG5, Index) Index##_INDEX, argument
|
| D | frames.h | 215 enum class Index : size_t { enum 306 enum class Index : size_t { enum 362 enum class Index : size_t { enum 436 enum class Index : size_t { enum 517 enum class Index : size_t { enum 579 enum class Index : size_t { enum 724 enum class Index : size_t { enum 785 enum class Index : size_t { enum 870 enum class Index : size_t { enum 960 enum class Index : size_t { enum [all …]
|
| D | global_env.h | 37 #define GLOBAL_ENV_SLOT_FILTER_BUILTIN4(ARG1, ARG2, ARG3, Index) \ argument 39 #define GLOBAL_ENV_SLOT_FILTER_BUILTIN6(ARG1, ARG2, ARG3, ARG4, ARG5, Index) \ argument 277 #define GLOBAL_ENV_BUILTIN_ACCESSORS6_IMPL(name, builtin, Unused0, Unused1, Unused2, Index) \ argument
|
| D | global_env_constants.cpp | 96 #define INIT_GLOBAL_ENV_CONSTANT_STRING(Name, Index, Token) \ in InitSharedStrings() argument
|
| /arkcompiler/ets_runtime/test/quickfix/multi_patch/ |
| D | base_modify.js | 19 class Index { class
|
| D | base_modify1.js | 19 class Index { class
|
| D | base_modify2.js | 19 class Index { class
|
| D | base.js | 19 class Index { class
|
| /arkcompiler/ets_runtime/test/jittest/pgo_stobjbyvalue/ |
| D | pgo_stobjbyvalue.ts | 35 class Index { class
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | glue_regs_test.cpp | 67 #define CONSTANT_STRING_ITERATOR(Name, Index, Desc) \ in HWTEST_F_L0() argument 81 #define CONSTANT_ACCESSOR_ITERATOR(Type, Name, Index, Desc) \ in HWTEST_F_L0() argument
|
| /arkcompiler/runtime_core/libpandabase/serializer/ |
| D | for_each_tuple.h | 24 void ForEachTupleImpl(Tuple &&tuple, F &&f, std::index_sequence<Index...> /* unused */) in ForEachTupleImpl()
|
| /arkcompiler/runtime_core/libabckit/tests/apps/deveco-hello-world/modules/entry/src/main/ets/pages/ |
| D | Index.ts | 22 class Index extends ViewPU { class
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | moduleRecordEmitter.h | 34 int32_t Index() const in Index() function
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | literals.h | 59 int32_t Index() const in Index() function
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | escape.h | 53 struct Index { struct 57 bool operator==(const Index &other) const argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | mpl_number.h | 326 using Index = Number<T, Type>; variable
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | properties_cache.h | 72 enum class Index : size_t { enum
|
| D | mega_ic_cache.h | 135 enum class Index : size_t { enum
|
| /arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/ |
| D | bytecode_inst.h | 36 using Index = uint16_t; variable
|
| /arkcompiler/ets_runtime/test/aottest/calls/ |
| D | calls.ts | 190 class Index { class
|
| /arkcompiler/ets_runtime/ecmascript/compiler/base/ |
| D | bit_set.h | 190 size_t Index(size_t offset) const in Index() function
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | deoptimizer.h | 62 enum class Index : size_t { enum
|