/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | bc_call_signature.h | 24 #define ASM_UNUSED_BC_STUB_LIST(T) \ argument 63 #define ASM_INTERPRETER_BC_STUB_LIST(V, T, D) \ argument 288 #define ASM_INTERPRETER_DEPRECATED_STUB_LIST(V, T, D) \ argument 338 #define ASM_INTERPRETER_WIDE_STUB_LIST(V, T, D) \ argument 361 #define ASM_INTERPRETER_THROW_STUB_LIST(V, T, D) \ argument 374 #define ASM_INTERPRETER_CALLRUNTIME_STUB_LIST(V, T, D) \ argument
|
/arkcompiler/ets_frontend/es2panda/util/ |
D | enumbitops.h | 21 #define DEFINE_BITOPS(T) \ argument
|
/arkcompiler/runtime_core/libpandabase/serializer/ |
D | tuple_to_struct.h | 32 using T = std::remove_reference_t<Tuple>; in TupleToStruct() local
|
D | for_each_tuple.h | 32 using T = std::remove_reference_t<Tuple>; in ForEachTuple() local
|
/arkcompiler/runtime_core/verification/util/ |
D | index.h | 94 explicit operator T() const in T() function
|
D | int_set.h | 144 auto LazyIntersect(const IntSet<T, THRESHOLD2> &other) const in LazyIntersect()
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | expected.h | 74 Expected(T v) noexcept(std::is_nothrow_move_constructible_v<T>) : v_(std::move(v)) {} in noexcept()
|
D | regmask.h | 26 static constexpr size_t MakeMask(const std::array<T, N> &indexes) in MakeMask()
|
/arkcompiler/runtime_core/verification/util/tests/ |
D | int_set_property_test.cpp | 33 using T = size_t; typedef
|
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/ |
D | asm_printer.h | 96 friend T; variable
|
/arkcompiler/runtime_core/assembler/ |
D | annotation.h | 457 using T = ValueTypeHelperT<type>; in Create() local
|
/arkcompiler/runtime_core/compiler/tests/amd64/ |
D | encoder64_test.cpp | 30 const char *TypeName(T) in TypeName() argument 236 … typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef 280 … typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef 323 … typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef 361 … typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef
|
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
D | encoder64_test.cpp | 29 const char *TypeName(T) in TypeName() argument 238 … typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef 282 … typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef 325 … typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef 363 … typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef
|
/arkcompiler/runtime_core/libpandabase/ |
D | macros.h | 58 #define MEMBER_OFFSET(T, F) offsetof(T, F) argument
|
/arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
D | operands.h | 124 constexpr explicit TypeInfo(T /* unused */) in TypeInfo() argument
|
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/ |
D | encode.cpp | 2498 void Amd64Encoder::CopyArrayToXmm(Reg xmm, const std::array<T, n> &arr) in CopyArrayToXmm()
|
/arkcompiler/runtime_core/compiler/tests/aarch32/ |
D | encoder32_test.cpp | 29 const char *TypeName(T) in TypeName() argument
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property
|