Home
last modified time | relevance | path

Searched defs:Index (Results 1 – 25 of 39) sorted by relevance

12

/arkcompiler/runtime_core/static_core/verification/util/
Dindex.h31 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/
Dglobal_env_constants-inl.h57 #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
Dglobal_env_constants.h554 #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
Dglobal_env_fields.h475 #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
Dframes.h215 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 …]
Dglobal_env.h37 #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
Dglobal_env_constants.cpp96 #define INIT_GLOBAL_ENV_CONSTANT_STRING(Name, Index, Token) \ in InitSharedStrings() argument
/arkcompiler/ets_runtime/test/quickfix/multi_patch/
Dbase_modify.js19 class Index { class
Dbase_modify1.js19 class Index { class
Dbase_modify2.js19 class Index { class
Dbase.js19 class Index { class
/arkcompiler/ets_runtime/test/jittest/pgo_stobjbyvalue/
Dpgo_stobjbyvalue.ts35 class Index { class
/arkcompiler/ets_runtime/ecmascript/tests/
Dglue_regs_test.cpp67 #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/
Dfor_each_tuple.h24 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/
DIndex.ts22 class Index extends ViewPU { class
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DmoduleRecordEmitter.h34 int32_t Index() const in Index() function
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dliterals.h59 int32_t Index() const in Index() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.h53 struct Index { struct
57 bool operator==(const Index &other) const argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_number.h326 using Index = Number<T, Type>; variable
/arkcompiler/ets_runtime/ecmascript/ic/
Dproperties_cache.h72 enum class Index : size_t { enum
Dmega_ic_cache.h135 enum class Index : size_t { enum
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dbytecode_inst.h36 using Index = uint16_t; variable
/arkcompiler/ets_runtime/test/aottest/calls/
Dcalls.ts190 class Index { class
/arkcompiler/ets_runtime/ecmascript/compiler/base/
Dbit_set.h190 size_t Index(size_t offset) const in Index() function
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.h62 enum class Index : size_t { enum

12