| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | builtin_type_id.h | 88 #define TS_BUILTIN_TYPE_ENUM_ITEM(TYPE) TYPE, argument 115 #define TS_BUILTIN_TYPE_SWITCH_CASE(TYPE) \ in ToString() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | deopt_type.h | 129 #define DECLARE_DEOPT_TYPE(NAME, TYPE) TYPE, argument
|
| D | mcr_gate_meta_data.cpp | 122 #define VALUE_TYPE_NAME_MAP(TYPE) { ValueType::TYPE, #TYPE }, in Str() argument
|
| D | type.h | 39 #define DECLARE_VALUE_TYPE(TYPE) TYPE, argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_isa_tbl.h | 62 #define DEF_X64_SET_MAPPING_INT(OPCODE, TYPE) \ argument 97 #define DEF_X64_CMOV_MAPPING_INT(OPCODE, TYPE) \ argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/module/ |
| D | importDeclaration.h | 24 enum class ImportKinds { VALUE, TYPE }; enumerator
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | vtable.h | 28 TYPE, enumerator
|
| D | js_thread_hclass_entries.h | 32 #define TS_BUILTIN_TYPE_ITEM(TYPE) BuiltinTypeId::TYPE, argument
|
| D | ecma_macros.h | 545 #define DECL_CAST(TYPE) \ argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | signature.h | 80 TYPE = 1U << 10U, enumerator
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | vixl_exec_module.h | 121 constexpr DataType::Type TYPE = GetType<T>(); in SetParameter() local
|
| D | inst_generator_test.cpp | 557 constexpr DataType::Type TYPE = ConstantInst::GetTypeFromCType<T>(); in DoLogic() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_utils.h | 62 static inline const std::string TYPE = "type"; variable
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/functions/ |
| D | LibraryTypeCallDiagnosticChecker.ts | 39 export const TYPE = 'Type'; constant
|
| /arkcompiler/ets_frontend/ets2panda/ |
| D | es2panda.h | 164 TYPE, enumerator
|
| /arkcompiler/ets_frontend/es2panda/ |
| D | es2panda.h | 134 TYPE, enumerator
|
| /arkcompiler/runtime_core/static_core/compiler/tests/codegen/ |
| D | codegen_test_1.cpp | 141 constexpr DataType::Type TYPE = VixlExecModule::GetType<T>(); in CheckStoreArray() local 217 constexpr DataType::Type TYPE = VixlExecModule::GetType<T>(); in CheckLoadArray() local 294 constexpr DataType::Type TYPE = VixlExecModule::GetType<T>(); in CheckStoreArrayPair() local 388 constexpr DataType::Type TYPE = VixlExecModule::GetType<T>(); in CheckLoadArrayPair() local 466 constexpr DataType::Type TYPE = VixlExecModule::GetType<T>(); in CheckBounds() local 534 constexpr DataType::Type TYPE = VixlExecModule::GetType<T>(); in CheckCmp() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | variableFlags.h | 131 TYPE = 1 << 16, enumerator
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_panda_file_items.h | 44 static constexpr std::string_view TYPE = "Lstd/core/Type;"; variable
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | variableFlags.h | 143 TYPE = 1U << 12U, enumerator
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | deoptimizer.cpp | 456 #define DEOPT_NAME_MAP(NAME, TYPE) {DeoptType::TYPE, #NAME}, in DisplayItems() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_stubs.cpp | 604 #define DECLARE_BUILTINS_TYPED_ARRAY_STUB_BUILDER(TYPE, type, index) … argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | isel.cpp | 80 #define DEF_EXTEND_MAPPING_TBL(TYPE) \ argument 120 #define DEF_MOPERATOR_MAPPING_FUNC(TYPE) \ argument 129 #define DEF_FLOAT_MOPERATOR_MAPPING_FUNC(TYPE) \ argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | shared_builtins.cpp | 1100 #define BUILTIN_SHARED_TYPED_ARRAY_DEFINE_INITIALIZE(Type, ctorName, TYPE, bytesPerElement, sendabl… argument 1212 #define BUILTIN_SHARED_TYPED_ARRAY_CALL_INITIALIZE(Type, ctorName, TYPE, bytesPerElement, sendableN… in BUILTIN_SHARED_TYPED_ARRAY_TYPES() argument
|
| D | builtins.cpp | 2351 #define BUILTIN_TYPED_ARRAY_CALL_INITIALIZE(Type, TYPE, bytesPerElement) \ in InitializeTypedArray() argument 2369 #define BUILTIN_TYPED_ARRAY_CALL_LAZY_INITIALIZE(Type, TYPE, bytesPerElement) \ in LazyInitializeTypedArray() argument 2375 #define BUILTIN_TYPED_ARRAY_DEFINE_INITIALIZE(Type, TYPE, bytesPerElement) … argument 2416 #define BUILTIN_TYPED_ARRAY_DEFINE_LAZY_INITIALIZE(Type, TYPE, bytesPerElement) … argument 4053 #define REGISTER_BUILTIN_SHARED_TYPED_ARRAY(Type, ctorName, TYPE, bytesPerElement, sendableName) … in RegisterSendableContainers() argument
|