Home
last modified time | relevance | path

Searched defs:T (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbc_call_signature.h24 #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/
Denumbitops.h21 #define DEFINE_BITOPS(T) \ argument
/arkcompiler/runtime_core/libpandabase/serializer/
Dtuple_to_struct.h32 using T = std::remove_reference_t<Tuple>; in TupleToStruct() local
Dfor_each_tuple.h32 using T = std::remove_reference_t<Tuple>; in ForEachTuple() local
/arkcompiler/runtime_core/verification/util/
Dindex.h94 explicit operator T() const in T() function
Dint_set.h144 auto LazyIntersect(const IntSet<T, THRESHOLD2> &other) const in LazyIntersect()
/arkcompiler/runtime_core/libpandabase/utils/
Dexpected.h74 Expected(T v) noexcept(std::is_nothrow_move_constructible_v<T>) : v_(std::move(v)) {} in noexcept()
Dregmask.h26 static constexpr size_t MakeMask(const std::array<T, N> &indexes) in MakeMask()
/arkcompiler/runtime_core/verification/util/tests/
Dint_set_property_test.cpp33 using T = size_t; typedef
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/
Dasm_printer.h96 friend T; variable
/arkcompiler/runtime_core/assembler/
Dannotation.h457 using T = ValueTypeHelperT<type>; in Create() local
/arkcompiler/runtime_core/compiler/tests/amd64/
Dencoder64_test.cpp30 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/
Dencoder64_test.cpp29 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/
Dmacros.h58 #define MEMBER_OFFSET(T, F) offsetof(T, F) argument
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Doperands.h124 constexpr explicit TypeInfo(T /* unused */) in TypeInfo() argument
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp2498 void Amd64Encoder::CopyArrayToXmm(Reg xmm, const std::array<T, n> &arr) in CopyArrayToXmm()
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp29 const char *TypeName(T) in TypeName() argument
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property