| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | pgo_type_infer_helper.cpp | 22 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/ |
| 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/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/runtime_core/static_core/irtoc/lang/ |
| D | instructions_data.rb | 40 def self.types; @@types; end singletonMethod in InstructionsData
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsIntersectionType.h | 24 explicit TSIntersectionType(ArenaVector<Expression *> &&types) in TSIntersectionType()
|
| D | tsUnionType.h | 24 explicit TSUnionType(ArenaVector<TypeNode *> &&types) in TSUnionType()
|
| D | tsUnionType.cpp | 75 ArenaVector<checker::Type *> types(checker->Allocator()->Adapter()); in GetType() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsUnionType.h | 24 explicit ETSUnionType(ArenaVector<TypeNode *> &&types) in ETSUnionType()
|
| /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/es2panda/ir/ts/ |
| D | tsUnionType.h | 34 explicit TSUnionType(ArenaVector<Expression *> &&types) in TSUnionType()
|
| D | tsIntersectionType.h | 34 explicit TSIntersectionType(ArenaVector<Expression *> &&types) in TSIntersectionType()
|
| D | tsUnionType.cpp | 54 ArenaVector<checker::Type *> types(checker->Allocator()->Adapter()); in GetType() local
|
| /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/ets_frontend/ets2panda/linter-4.2/stats_calculator/ |
| D | tsconfig.json | 3 "types": [ "node" ], 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()
|
| D | global_intl_helper.cpp | 134 const JSHandle<JSTaggedValue> &options, GlobalFormatterType types) in OptionsToMap() 174 std::string> &options, GlobalFormatterType &types) in OptionsWithDataFormatter()
|
| /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/runtime_core/static_core/plugins/ets/tools/declgen_ts2ets/ |
| D | tsconfig.json | 13 "types": ["node"] array
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | lowering_test.cpp | 993 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/ |
| D | package.json | 6 "types": "types/index.d.ts", string
|
| /arkcompiler/ets_frontend/ts2panda/ |
| D | tsconfig.json | 17 "types": [ array
|