Home
last modified time | relevance | path

Searched defs:types (Results 1 – 25 of 80) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/docs/bc_verification/
Dtypes_n_values.md89 ### Primitive types
91 #### Integral types
99 #### Floating point types
101 #### Arrays
105 #### Objects/Records
/arkcompiler/runtime_core/docs/bc_verification/
Dtypes_n_values.md89 ### Primitive types
91 #### Integral types
99 #### Floating point types
101 #### Arrays
105 #### Objects/Records
/arkcompiler/runtime_core/static_core/plugins/ets/verification/
Dets_plugin.h32 [[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/
Ddefault_plugin.h32 [[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/
DtestOhPackagePath.json3 "types": "path/to/types" string
/arkcompiler/runtime_core/static_core/compiler/tests/
Dlowering_test.cpp1064 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/
DbuilderUtils.ts329 const types = urType.getGenericTypes(); constant
344 const types = type.getTypes(); constant
452 const types: Type[] = []; constant
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dinstructions_data.rb44 def self.types; @@types; end singletonMethod in InstructionsData
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsIntersectionType.h34 explicit TSIntersectionType(ArenaVector<Expression *> &&types) in TSIntersectionType()
DtsUnionType.h34 explicit TSUnionType(ArenaVector<Expression *> &&types) in TSUnionType()
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsUnionType.h24 explicit ETSUnionType(ArenaVector<TypeNode *> &&types, ArenaAllocator *const allocator) in ETSUnionType()
DetsUnionType.cpp99 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/
DtsUnionType.h24 explicit TSUnionType(ArenaVector<TypeNode *> &&types, ArenaAllocator *const allocator) in TSUnionType()
DtsIntersectionType.h24 explicit TSIntersectionType(ArenaVector<Expression *> &&types, ArenaAllocator *const allocator) in TSIntersectionType()
/arkcompiler/runtime_core/static_core/libpandafile/
Dtypes.rb22 def types method
/arkcompiler/runtime_core/libpandafile/
Dtypes.rb22 def types method
/arkcompiler/runtime_core/libabckit/src/codegen/templates_dynamic/
Dcodegen_dynamic_isapi.rb155 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/
Dbytecode_optimizer_isapi.rb155 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/
Dtsconfig.json6 "types": [ array
/arkcompiler/ets_frontend/ets2panda/linter/stats_calculator/
Dtsconfig.json3 "types": [ "node" ], array
/arkcompiler/ets_runtime/ecmascript/intl/
Dglobal_intl_helper.h74 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/
Dcodegen_static_isapi.rb176 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/
Dbytecode_optimizer_isapi.rb178 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/
Dplugin_proceed_to_state_checker_type.cpp53 …es2panda_Type **types = static_cast<es2panda_Type **>(impl->AllocMemory(context, 2, sizeof(es2pand… in CheckUnionType() local
/arkcompiler/ets_frontend/legacy_bin/api8/
Dpackage.json6 "types": "types/index.d.ts", string

1234