Home
last modified time | relevance | path

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

123

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer_helper.cpp22 bool ClassTypeStrategy::CheckAndInsert(CollectedType &types, const GateType &type, TSManager *tsMan… in CheckAndInsert()
35 void ClassTypeStrategy::Merge(ChunkSet<GateType> &inferTypes, CollectedType &types, in Merge()
43 bool ClassInstanceTypeStrategy::CheckAndInsert(CollectedType &types, const GateType &type, TSManage… in CheckAndInsert()
62 void ClassInstanceTypeStrategy::Merge(ChunkSet<GateType> &inferTypes, CollectedType &types, TSManag… in Merge()
71 bool BuiltinTypeStrategy::CheckAndInsert(CollectedType &types, const GateType &type, TSManager *tsM… in CheckAndInsert()
80 void BuiltinTypeStrategy::Merge(ChunkSet<GateType> &inferTypes, CollectedType &types, in Merge()
88 bool OtherTypeStrategy::CheckAndInsert(CollectedType &types, const GateType &type, [[maybe_unused]]… in CheckAndInsert()
97 void OtherTypeStrategy::Merge(ChunkSet<GateType> &inferTypes, CollectedType &types, in Merge()
105 void PGOTypeInferHelper::CollectGateType(CollectedType &types, GateType tsType, PGORWOpType pgoType… in CollectGateType()
131 ChunkSet<GateType> PGOTypeInferHelper::GetInferTypes(Chunk *chunk, CollectedType &types, JSTaggedVa… in GetInferTypes()
[all …]
/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/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.cpp75 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()
/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/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/static_core/libpandafile/
Dtypes.rb22 def types method
/arkcompiler/runtime_core/libpandafile/
Dtypes.rb22 def types method
/arkcompiler/ets_frontend/ets2panda/linter-4.2/stats_calculator/
Dtsconfig.json3 "types": [ "node" ], 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()
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/runtime_core/static_core/plugins/ets/tools/declgen_ts2ets/
Dtsconfig.json13 "types": ["node"] array
/arkcompiler/runtime_core/static_core/compiler/tests/
Dlowering_test.cpp993 for (auto &types : typeCombinations) { in TEST_F() local
1088 for (auto &types : typeCombinations) { in TEST_F() local
1257 for (auto &types : typeCombinations) { in TEST_F() local
1393 for (auto &types : typeCombinations) { in TEST_F() local
1510 for (auto &types : typeCombinations) { in TEST_F() local
1645 for (auto &types : typeCombinations) { in TEST_F() local
1780 for (auto &types : typeCombinations) { in TEST_F() local
1905 for (auto &types : typeCombinations) { in TEST_F() local
1997 for (auto &types : typeCombinations) { in TEST_F() local
/arkcompiler/ets_frontend/legacy_bin/api8/
Dpackage.json6 "types": "types/index.d.ts", string
/arkcompiler/ets_frontend/ts2panda/
Dtsconfig.json17 "types": [ array

123