| /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 | 679 #define INDEX_FILTER_COMMON(Index) Index, argument 680 #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 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
|
| D | frames.h | 212 enum class Index : size_t { enum 290 enum class Index : size_t { enum 341 enum class Index : size_t { enum 403 enum class Index : size_t { enum 476 enum class Index : size_t { enum 538 enum class Index : size_t { enum 669 enum class Index : size_t { enum 730 enum class Index : size_t { enum 815 enum class Index : size_t { enum 905 enum class Index : size_t { enum [all …]
|
| D | global_env_constants.cpp | 93 #define INIT_GLOBAL_ENV_CONSTANT_STRING(Name, Index, Token) \ in InitSharedStrings() argument
|
| D | ecma_runtime_call_info.h | 35 enum class Index : size_t { enum
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | glue_regs_test.cpp | 68 #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_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/runtime_core/libpandabase/serializer/ |
| D | for_each_tuple.h | 24 void ForEachTupleImpl(Tuple &&tuple, F &&f, std::index_sequence<Index...> /* unused */) in ForEachTupleImpl()
|
| /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
|
| /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_frontend/es2panda/binder/ |
| D | variable.h | 202 uint32_t Index() const in Index() function
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | deoptimizer.h | 58 enum class Index : size_t { enum
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | gc_bitset.h | 186 size_t Index(uintptr_t offset) const in Index() function
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | ustring.h | 145 inline size_t Index() const in Index() function
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | ustring.h | 148 inline size_t Index() const in Index() function
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_items.h | 325 struct Index { struct 331 const Index *FindIndex(const BaseItem *start, const BaseItem *end) const in FindIndex() argument
|