| /arkcompiler/runtime_core/static_core/docs/bc_verification/ |
| D | types_n_values.md | 89 ### Primitive types 91 #### Integral types 99 #### Floating point types 101 #### Arrays 105 #### Objects/Records
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | types_n_values.md | 89 ### Primitive types 91 #### Integral types 99 #### Floating point types 101 #### Arrays 105 #### Objects/Records
|
| /arkcompiler/runtime_core/static_core/plugins/ets/verification/ |
| D | ets_plugin.h | 32 [[maybe_unused]] TypeSystem *types) const override in CheckFieldAccessViolation() 39 [[maybe_unused]] TypeSystem *types) const override in CheckMethodAccessViolation() 46 [[maybe_unused]] TypeSystem *types) const override in CheckClassAccessViolation()
|
| /arkcompiler/runtime_core/static_core/verification/ |
| D | default_plugin.h | 32 [[maybe_unused]] TypeSystem *types) const override in CheckFieldAccessViolation() 39 [[maybe_unused]] TypeSystem *types) const override in CheckMethodAccessViolation() 46 [[maybe_unused]] TypeSystem *types) const override in CheckClassAccessViolation()
|
| /arkcompiler/ets_frontend/arkguard/test/ut/initialization/ |
| D | testOhPackagePath.json | 3 "types": "path/to/types" string
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | lowering_test.cpp | 1064 Graph *LoweringTest::BuildGraphMultiplyAddInteger(const std::array<DataType::Type, 4U> &types) in BuildGraphMultiplyAddInteger() 1097 Graph *LoweringTest::BuildExpectedMultiplyAddInteger(const std::array<DataType::Type, 4U> &types) in BuildExpectedMultiplyAddInteger() 1137 for (auto &types : typeCombinations) { in TEST_F() local 1174 Graph *LoweringTest::BuildGraphMultiplySubInteger(const std::array<DataType::Type, 4U> &types) in BuildGraphMultiplySubInteger() 1220 Graph *LoweringTest::BuildExpectedMultiplySubInteger(const std::array<DataType::Type, 4U> &types) in BuildExpectedMultiplySubInteger() 1263 for (auto &types : typeCombinations) { in TEST_F() local 1354 Graph *LoweringTest::BuildGraphMultiplyNegate(const TypeTriple &types) in BuildGraphMultiplyNegate() 1397 Graph *LoweringTest::BuildExpectedMultiplyNegate(const TypeTriple &types) in BuildExpectedMultiplyNegate() 1439 for (auto &types : typeCombinations) { in TEST_F() local 1500 void LoweringTest::TestBitwiseBinaryOpWithInvertedOperand(const TypeTriple &types, OpcodePair ops) in TestBitwiseBinaryOpWithInvertedOperand() [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/ |
| D | builderUtils.ts | 329 const types = urType.getGenericTypes(); constant 344 const types = type.getTypes(); constant 452 const types: Type[] = []; constant
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | instructions_data.rb | 44 def self.types; @@types; end singletonMethod in InstructionsData
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsIntersectionType.h | 34 explicit TSIntersectionType(ArenaVector<Expression *> &&types) in TSIntersectionType()
|
| D | tsUnionType.h | 34 explicit TSUnionType(ArenaVector<Expression *> &&types) in TSUnionType()
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsUnionType.h | 24 explicit ETSUnionType(ArenaVector<TypeNode *> &&types, ArenaAllocator *const allocator) in ETSUnionType()
|
| D | etsUnionType.cpp | 99 ArenaVector<checker::Type *> types(checker->Allocator()->Adapter()); in GetType() local 117 ArenaVector<ir::TypeNode *> types(allocator->Adapter()); in Clone() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsUnionType.h | 24 explicit TSUnionType(ArenaVector<TypeNode *> &&types, ArenaAllocator *const allocator) in TSUnionType()
|
| D | tsIntersectionType.h | 24 explicit TSIntersectionType(ArenaVector<Expression *> &&types, ArenaAllocator *const allocator) in TSIntersectionType()
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | types.rb | 22 def types method
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | types.rb | 22 def types method
|
| /arkcompiler/runtime_core/libabckit/src/codegen/templates_dynamic/ |
| D | codegen_dynamic_isapi.rb | 155 def prefixed_case(prefix, types, node) argument 160 def case_(types, opcode, *args) argument 164 def cc_case(types, opcode, *args) argument 168 def case_switch(types, condition, inner_cases) argument
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | bytecode_optimizer_isapi.rb | 155 def prefixed_case(prefix, types, node) argument 160 def case_(types, opcode, *args) argument 164 def cc_case(types, opcode, *args) argument 168 def case_switch(types, condition, inner_cases) argument
|
| /arkcompiler/ets_frontend/ets2panda/bindings/test/ |
| D | tsconfig.json | 6 "types": [ array
|
| /arkcompiler/ets_frontend/ets2panda/linter/stats_calculator/ |
| D | tsconfig.json | 3 "types": [ "node" ], array
|
| /arkcompiler/ets_runtime/ecmascript/intl/ |
| D | global_intl_helper.h | 74 const JSHandle<JSTaggedValue> &options, GlobalFormatterType types) in GetGlobalObject() 88 const JSHandle<JSTaggedValue> &options, GlobalFormatterType types, const bool cache) in GetGlobalObject()
|
| /arkcompiler/runtime_core/libabckit/src/codegen/ |
| D | codegen_static_isapi.rb | 176 def prefixed_case(prefix, types, node) argument 181 def case_(types, opcode, *args) argument 185 def cc_case(types, opcode, *args) argument 189 def case_switch(types, condition, inner_cases) argument
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | bytecode_optimizer_isapi.rb | 178 def prefixed_case(prefix, types, node) argument 183 def case_(types, opcode, *args) argument 187 def cc_case(types, opcode, *args) argument 191 def case_switch(types, condition, inner_cases) argument
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | plugin_proceed_to_state_checker_type.cpp | 53 …es2panda_Type **types = static_cast<es2panda_Type **>(impl->AllocMemory(context, 2, sizeof(es2pand… in CheckUnionType() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/ |
| D | package.json | 6 "types": "types/index.d.ts", string
|