Home
last modified time | relevance | path

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

12

/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/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp108 void PGOTypeInfer::CheckAndInsert(CollectedType &types, GateType type) in CheckAndInsert()
132 void PGOTypeInfer::CollectGateType(CollectedType &types, GateType tsType, PGORWOpType pgoTypes) in CollectGateType()
157 void PGOTypeInfer::UpdateType(CollectedType &types, JSTaggedValue prop) in UpdateType()
166 void PGOTypeInfer::InferTypeForClass(ChunkSet<GateType> &types, JSTaggedValue prop) in InferTypeForClass()
175 void PGOTypeInfer::EliminateSubclassTypes(ChunkSet<GateType> &types) in EliminateSubclassTypes()
206 void PGOTypeInfer::ComputeCommonSuperClassTypes(ChunkSet<GateType> &types, JSTaggedValue prop) in ComputeCommonSuperClassTypes()
334 CollectedType types(chunk_); in UpdateTypeForRWOp() local
Dpgo_type_infer.h57 inline bool IsMonoTypes(const ChunkSet<GateType> &types) const in IsMonoTypes()
62 inline bool NoNeedUpdate(const ChunkSet<GateType> &types) const in NoNeedUpdate()
/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.cpp55 ArenaVector<checker::Type *> types(checker->Allocator()->Adapter()); in GetType() local
/arkcompiler/runtime_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_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/ets_frontend/legacy_bin/api8/
Dpackage.json6 "types": "types/index.d.ts", string
/arkcompiler/ets_frontend/arkguard/src/utils/
DOhsUtil.ts156 const types = heritageClause.types; constant
/arkcompiler/ets_frontend/es2panda/typescript/types/
DunionType.h27 UnionType(ArenaAllocator *allocator, std::initializer_list<Type *> types) in UnionType()
/arkcompiler/ets_frontend/ts2panda/
Dtsconfig.json17 "types": [ array
Dpackage.json6 "types": "types/index.d.ts", string
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb61 attr_accessor :tokens, :types accessor in Operand
214 def types method
/arkcompiler/runtime_core/docs/
Dfile_format.md80 ### MUTF-8 Encoding
84 ### String
95 ### TaggedValue
/arkcompiler/ets_frontend/arkguard/
Dpackage.json9 "types": "lib/ArkObfuscator.d.ts", string
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DenumClassification.ts92 // Examples of numeric enum types with constant and computed members enumerator
/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeRelation.cpp25 auto &types = source->AsUnionType()->ConstituentTypes(); in IsAllTypesAssignableTo() local
/arkcompiler/runtime_core/assembler/
Dmeta.cpp51 static std::unordered_map<std::string_view, VType> types { in GetType() local
/arkcompiler/toolchain/tooling/test/
Dpt_returns_test.cpp247 auto types = std::vector<std::unique_ptr<TypeObject>>(); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1834 const std::vector<binder::TSBindingType> types = {binder::TSBindingType::NAMESPACE, in FindFrontIdentifierTSVariables() local
1891 const std::vector<binder::TSBindingType> &types, in FindLocalTSVariables()
1927 const std::vector<binder::TSBindingType> &types, in FindExportTSVariables()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h213 InputTypesMixin *types; in Inputs() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1618 ArenaVector<ir::Expression *> types(Allocator()->Adapter()); in ParseTsUnionType() local
1657 ArenaVector<ir::Expression *> types(Allocator()->Adapter()); in ParseTsIntersectionType() local

12