Home
last modified time | relevance | path

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

123

/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/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/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/runtime_core/static_core/irtoc/lang/
Dinstructions_data.rb40 def self.types; @@types; end singletonMethod in InstructionsData
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsIntersectionType.h24 explicit TSIntersectionType(ArenaVector<Expression *> &&types) in TSIntersectionType()
DtsUnionType.h24 explicit TSUnionType(ArenaVector<TypeNode *> &&types) in TSUnionType()
DtsUnionType.cpp78 ArenaVector<checker::Type *> types(checker->Allocator()->Adapter()); in GetType() local
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsUnionType.h24 explicit ETSUnionType(ArenaVector<TypeNode *> &&types) in ETSUnionType()
DetsUnionType.cpp77 ArenaVector<checker::Type *> types(checker->Allocator()->Adapter()); in GetType() local
91 ArenaVector<ir::TypeNode *> types(allocator->Adapter()); in Clone() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsUnionType.h34 explicit TSUnionType(ArenaVector<Expression *> &&types) in TSUnionType()
DtsIntersectionType.h34 explicit TSIntersectionType(ArenaVector<Expression *> &&types) in TSIntersectionType()
DtsUnionType.cpp54 ArenaVector<checker::Type *> types(checker->Allocator()->Adapter()); in GetType() local
/arkcompiler/runtime_core/libpandafile/
Dtypes.rb22 def types method
/arkcompiler/runtime_core/static_core/libpandafile/
Dtypes.rb22 def types method
/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/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()
Dglobal_intl_helper.cpp134 const JSHandle<JSTaggedValue> &options, GlobalFormatterType types) in OptionsToMap()
174 std::string> &options, GlobalFormatterType &types) in OptionsWithDataFormatter()
/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/legacy_bin/api8/
Dpackage.json6 "types": "types/index.d.ts", string
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfacePropertyDeclarations.cpp51 …ArenaVector<ir::TypeNode *> types(field->AsETSUnionType()->Types(), checker->Allocator()->Adapter(… in TransformOptionalFieldTypeAnnotation() local
57 ArenaVector<ir::TypeNode *> types(checker->Allocator()->Adapter()); in TransformOptionalFieldTypeAnnotation() local
/arkcompiler/ets_frontend/es2panda/typescript/types/
DunionType.h27 UnionType(ArenaAllocator *allocator, std::initializer_list<Type *> types) in UnionType()
/arkcompiler/runtime_core/static_core/verification/jobs/
Djob.cpp57 bool Job::DoChecks(TypeSystem *types) in DoChecks()

123