Home
last modified time | relevance | path

Searched defs:TYPE (Results 1 – 25 of 29) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dbuiltin_type_id.h88 #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/
Ddeopt_type.h144 #define DECLARE_DEOPT_TYPE(NAME, TYPE) TYPE, argument
Dmcr_gate_meta_data.cpp122 #define VALUE_TYPE_NAME_MAP(TYPE) { ValueType::TYPE, #TYPE }, in Str() argument
Dtype.h38 #define DECLARE_VALUE_TYPE(TYPE) TYPE, argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_isa_tbl.h62 #define DEF_X64_SET_MAPPING_INT(OPCODE, TYPE) \ argument
97 #define DEF_X64_CMOV_MAPPING_INT(OPCODE, TYPE) \ argument
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/
Dmangle.py70 TYPE = "t" variable in DeclKind
/arkcompiler/ets_runtime/ecmascript/
Dvtable.h28 TYPE, enumerator
Djs_thread_hclass_entries.h34 #define TS_BUILTIN_TYPE_ITEM(TYPE) BuiltinTypeId::TYPE, argument
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/
DArkExport.ts32 TYPE = 4, enumerator
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_utils.h61 static inline const std::string TYPE = "type"; variable
/arkcompiler/runtime_core/static_core/compiler/tests/
Dvixl_exec_module.h121 constexpr DataType::Type TYPE = GetType<T>(); in SetParameter() local
Dinst_generator_test.cpp557 constexpr DataType::Type TYPE = ConstantInst::GetTypeFromCType<T>(); in DoLogic() local
/arkcompiler/ets_frontend/es2panda/
Des2panda.h142 TYPE, enumerator
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/functions/
DLibraryTypeCallDiagnosticChecker.ts39 export const TYPE = 'Type'; constant
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
Dcodegen_test_1.cpp141 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/
DvariableFlags.h131 TYPE = 1 << 16, enumerator
/arkcompiler/ets_frontend/ets2panda/varbinder/
DvariableFlags.h141 TYPE = 1U << 12U, enumerator
/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dtypes.h97 TYPE, enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_panda_file_items.h46 static constexpr std::string_view TYPE = "Lstd/core/Type;"; variable
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp490 #define DEOPT_NAME_MAP(NAME, TYPE) {DeoptType::TYPE, #NAME}, in DisplayItems() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp80 #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/compiler/builtins/
Dbuiltins_stubs.cpp638 #define DECLARE_BUILTINS_TYPED_ARRAY_STUB_BUILDER(TYPE, type, index) … argument
/arkcompiler/ets_runtime/ecmascript/builtins/
Dshared_builtins.cpp1100 #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
Dbuiltins.cpp2348 #define BUILTIN_TYPED_ARRAY_CALL_INITIALIZE(Type, TYPE, bytesPerElement) \ in InitializeTypedArray() argument
2366 #define BUILTIN_TYPED_ARRAY_CALL_LAZY_INITIALIZE(Type, TYPE, bytesPerElement) \ in LazyInitializeTypedArray() argument
2372 #define BUILTIN_TYPED_ARRAY_DEFINE_INITIALIZE(Type, TYPE, bytesPerElement) … argument
2413 #define BUILTIN_TYPED_ARRAY_DEFINE_LAZY_INITIALIZE(Type, TYPE, bytesPerElement) … argument
4057 #define REGISTER_BUILTIN_SHARED_TYPED_ARRAY(Type, ctorName, TYPE, bytesPerElement, sendableName) … in RegisterSendableContainers() argument
/arkcompiler/ets_frontend/ets2panda/bindings/src/
DlspNode.ts824 TYPE, enumerator

12