Home
last modified time | relevance | path

Searched defs:Index (Results 1 – 25 of 29) 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_WITH_TYPE(Type, Name, Index, Desc) DECL_GET_IMPL_COMMON(Type, Name, Index) argument
80 #define DECL_GET_IMPL_STRING(Name, Index, Token) DECL_GET_IMPL_COMMON(JSTaggedValue, Name, Index) argument
Dglobal_env_constants.h510 #define INDEX_FILTER_COMMON(Index) Index, argument
511 #define INDEX_FILTER_WITH_TYPE(Type, Name, Index, Desc) INDEX_FILTER_COMMON(Index) argument
519 #define INDEX_FILTER_STRING(Name, Index, Token) INDEX_FILTER_COMMON(Index) argument
578 #define DECL_GET_WITH_TYPE(Type, Name, Index, Desc) DECL_GET_COMMON(Type, Name) argument
586 #define DECL_GET_STRING(Name, Index, Token) DECL_GET_COMMON(JSTaggedValue, Name) in GLOBAL_ENV_CONSTANT_SPECIAL() argument
Dframes.h205 enum class Index : size_t { enum
260 enum class Index : size_t { enum
322 enum class Index : size_t { enum
395 enum class Index : size_t { enum
455 enum class Index : size_t { enum
580 enum class Index : size_t { enum
641 enum class Index : size_t { enum
726 enum class Index : size_t { enum
816 enum class Index : size_t { enum
909 enum class Index : size_t { enum
[all …]
Dglobal_env_constants.cpp326 #define INIT_GLOBAL_ENV_CONSTANT_STRING(Name, Index, Token) \ in InitGlobalConstant() argument
Decma_runtime_call_info.h35 enum class Index : size_t { enum
/arkcompiler/ets_runtime/test/quickfix/multi_patch/
Dbase_modify.js19 class Index { class
Dbase_modify2.js19 class Index { class
Dbase_modify1.js19 class Index { class
Dbase.js19 class Index { class
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DmoduleRecordEmitter.h33 int32_t Index() const in Index() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dglue_regs_test.cpp87 #define CONSTANT_STRING_ITERATOR(Type, Name, Index, Desc) \ in HWTEST_F_L0() argument
101 #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/ets_frontend/es2panda/compiler/base/
Dliterals.h59 int32_t Index() const in Index() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_number.h326 using Index = Number<T, Type>; variable
/arkcompiler/ets_runtime/ecmascript/compiler/base/
Dbit_set.h185 size_t Index(size_t offset) const in Index() function
/arkcompiler/ets_frontend/es2panda/binder/
Dvariable.h197 uint32_t Index() const in Index() function
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.h57 enum class Index : size_t { enum
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_bitset.h178 size_t Index(uintptr_t offset) const in Index() function
Dregion.h549 enum class Index : size_t { enum
/arkcompiler/ets_frontend/ets2panda/util/
Dustring.h143 inline size_t Index() const in Index() function
/arkcompiler/ets_frontend/es2panda/util/
Dustring.h148 inline size_t Index() const in Index() function
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_items.h325 struct Index { struct
331 const Index *FindIndex(const BaseItem *start, const BaseItem *end) const in FindIndex() argument
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h335 struct Index { struct
341 const Index *FindIndex(const BaseItem *start, const BaseItem *end) const in FindIndex() argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h350 enum class Index : size_t { enum

12