Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dtest-schema.json2 "type": "object", string
11 "type": "string" string
14 "type": "boolean" string
17 "type": "boolean" string
20 "type": "object", string
28 "type": "string" string
31 "type": "string" string
34 "type": "array", string
36 "type": "string" string
40 "type": "array", string
[all …]
Dyaml-schema.json2 "type": "object", string
8 "type": "array", string
10 "type": "object", string
15 "type": "string" string
18 "type": "string" string
25 "type": "array", string
31 "type": "object", string
36 "type": "string" string
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.h72 FrameType type = GetFrameType(); in IsInterpretedFrame() local
76 bool IsInterpretedFrame(FrameType type) const in IsInterpretedFrame()
83 FrameType type = GetFrameType(); in IsJSFrame() local
89 FrameType type = GetFrameType(); in IsOptimizedJSFunctionFrame() local
94 bool IsJSFrame(FrameType type) const in IsJSFrame()
99 bool IsOptimizedJSFunctionFrame(FrameType type) const in IsOptimizedJSFunctionFrame()
108 FrameType type = it.GetFrameType(); in IsAsmInterpretedFrame() local
113 bool IsAsmInterpretedFrame(FrameType type) const in IsAsmInterpretedFrame()
120 FrameType type = GetFrameType(); in IsBuiltinFrame() local
131 FrameType type = GetFrameType(); in IsInterpretedEntryFrame() local
[all …]
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddatatype.h83 inline const char *ToString(Type type) in ToString()
89 constexpr inline Type GetCommonType(Type type) in GetCommonType()
107 inline bool IsInt32Bit(Type type) in IsInt32Bit()
123 inline bool IsTypeNumeric(Type type) in IsTypeNumeric()
144 inline bool IsLessInt32(Type type) in IsLessInt32()
196 inline bool Is32Bits(Type type, Arch arch) in Is32Bits()
217 inline bool Is64Bits(Type type, Arch arch) in Is64Bits()
222 inline bool IsFloatType(Type type) in IsFloatType()
233 inline bool IsTypeSigned(Type type) in IsTypeSigned()
248 inline bool IsReference(Type type) in IsReference()
[all …]
Dir-dyn-base-types.h25 inline AnyBaseType NumericDataTypeToAnyType(panda::compiler::DataType::Type type, in NumericDataTypeToAnyType()
56 inline std::optional<bool> IsAnyTypeCanBeSubtypeOf(AnyBaseType super_type, AnyBaseType type, in IsAnyTypeCanBeSubtypeOf()
/arkcompiler/ets_frontend/es2panda/lexer/token/
Dtoken.cpp117 bool Token::IsBinaryToken(TokenType type) in IsBinaryToken()
122 bool Token::IsBinaryLvalueToken(TokenType type) in IsBinaryLvalueToken()
127 bool Token::IsUpdateToken(TokenType type) in IsUpdateToken()
132 bool Token::IsPunctuatorToken(TokenType type) in IsPunctuatorToken()
137 bool Token::IsTsParamToken(TokenType type, char32_t nextChar) in IsTsParamToken()
143 const char *TokenToString(TokenType type) in TokenToString()
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper-inl.h38 JSType type = obj->GetJSHClass()->GetObjectType(); in GetType() local
42 DataViewType TypedArrayHelper::GetType(JSType type) in GetType()
72 JSType type = obj->GetJSHClass()->GetObjectType(); in GetElementSize() local
76 uint32_t TypedArrayHelper::GetElementSize(JSType type) in GetElementSize()
98 JSType type = obj->GetTaggedObject()->GetClass()->GetObjectType(); in GetConstructor() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dconcurrent_sweeper.cpp26 ConcurrentSweeper::ConcurrentSweeper(Heap *heap, EnableConcurrentSweepType type) in ConcurrentSweeper()
59 for (int type = startSpaceType_; type < FREE_LIST_NUM; type++) { in Sweep() local
72 void ConcurrentSweeper::AsyncSweepSpace(MemSpaceType type, bool isMain) in AsyncSweepSpace()
113 void ConcurrentSweeper::EnsureTaskFinished(MemSpaceType type) in EnsureTaskFinished()
122 void ConcurrentSweeper::WaitingTaskFinish(MemSpaceType type) in WaitingTaskFinish()
161 … auto type = static_cast<MemSpaceType>(((i + type_) % sweepTypeNum) + sweeper_->startSpaceType_); in Run() local
167 void ConcurrentSweeper::EnableConcurrentSweep(EnableConcurrentSweepType type) in EnableConcurrentSweep()
Dfree_object_list.cpp47 SetType type = SelectSetType(size); in Allocate() local
90 SetType type = SelectSetType(size); in LookupSuitableFreeObject() local
131 SetType type = SelectSetType(size); in Free() local
171 SetType type = SelectSetType(size); in MatchFreeObjectInSet() local
190 SetType type = set->setType_; in AddSet() local
217 SetType type = set->setType_; in RemoveSet() local
247 SetType type = set->setType_; in Merge() local
271 void FreeObjectList::EnumerateSets(SetType type, const Callback &cb) const in EnumerateSets()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.h79 GateRef IsContainer(GateRef obj, ContainersType type) in IsContainer()
115 bool IsReplaceAllElements(ContainersType type) in IsReplaceAllElements()
135 bool IsPlainArray(ContainersType type) in IsPlainArray()
155 void ContainerSet(GateRef glue, GateRef obj, GateRef index, GateRef value, ContainersType type) in ContainerSet()
174 GateRef ContainerGetSize(GateRef obj, ContainersType type) in ContainerGetSize()
234 GateRef ContainerGetValue(GateRef obj, GateRef index, ContainersType type) in ContainerGetValue()
278 GateRef ContainerGetKey(GateRef obj, GateRef index, ContainersType type) in ContainerGetKey()
296 GateRef ContainerGetNode(GateRef obj, GateRef index, ContainersType type) in ContainerGetNode()
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dobject.cpp43 void Checker::CheckIndexConstraints(Type *type) in CheckIndexConstraints()
85 void Checker::ResolveStructuredTypeMembers(Type *type) in ResolveStructuredTypeMembers()
107 void Checker::ResolveUnionTypeMembers(UnionType *type) in ResolveUnionTypeMembers()
164 void Checker::ResolveInterfaceOrClassTypeMembers(InterfaceType *type) in ResolveInterfaceOrClassTypeMembers()
176 void Checker::ResolveObjectTypeMembers(ObjectType *type) in ResolveObjectTypeMembers()
197 void Checker::ResolvePropertiesOfObjectType(ObjectType *type, const ir::Expression *member, in ResolvePropertiesOfObjectType()
233 void Checker::ResolveSignaturesOfObjectType(ObjectType *type, in ResolveSignaturesOfObjectType()
248 void Checker::ResolveIndexInfosOfObjectType(ObjectType *type, in ResolveIndexInfosOfObjectType()
275 binder::Variable *Checker::GetPropertyOfType(Type *type, const util::StringView &name, bool getPart… in GetPropertyOfType()
290 binder::Variable *Checker::GetPropertyOfUnionType(UnionType *type, const util::StringView &name, bo… in GetPropertyOfUnionType()
[all …]
Dutil.cpp95 bool Checker::IsLiteralType(const Type *type) in IsLiteralType()
113 const ir::AstNode *Checker::FindAncestorGivenByType(const ir::AstNode *node, ir::AstNodeType type) in FindAncestorGivenByType()
143 bool Checker::MaybeTypeOfKind(const Type *type, TypeFlag flags) in MaybeTypeOfKind()
163 bool Checker::MaybeTypeOfKind(const Type *type, ObjectType::ObjectTypeKind kind) in MaybeTypeOfKind()
/arkcompiler/runtime_core/assembler/
Dannotation.h103 char type = '0'; in GetTypeAsChar() local
177 char type = '0'; in GetArrayTypeAsChar() local
239 Type type = Type::UNKNOWN; in GetCharAsType() local
310 Type type = Type::UNKNOWN; in GetCharAsArrayType() local
394 explicit Value(Type type) : type_(type) {} in Value()
406 using type = std::conditional_t<value_type == Value::Type::U1, uint8_t, member
493 ScalarValue(Type type, uint64_t value) : Value(type), value_(value) {} in ScalarValue()
495 ScalarValue(Type type, float value) : Value(type), value_(value) {} in ScalarValue()
497 ScalarValue(Type type, double value) : Value(type), value_(value) {} in ScalarValue()
499 ScalarValue(Type type, std::string_view value) : Value(type), value_(std::string(value)) {} in ScalarValue()
[all …]
/arkcompiler/ets_frontend/es2panda/typescript/types/
DindexInfo.h25 IndexInfo(Type *type, util::StringView paramName, bool readonly) in IndexInfo()
30 … IndexInfo(Type *type, util::StringView paramName, bool readonly, const lexer::SourcePosition &pos) in IndexInfo()
49 void SetType(Type *type) in SetType()
/arkcompiler/ets_frontend/merge_abc/src/
DassemblyTypeProto.cpp19 void Type::Serialize(const panda::pandasm::Type type, protoPanda::Type &protoType) in Serialize()
30 auto *type = allocator->New<panda::pandasm::Type>(protoType.componentname(), protoType.rank()); in Deserialize() local
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_helpers.h31 using type = std::conditional_t< member
44 using type = member
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DcontextualTypeShouldBeLiteral.ts28 type: 'y'; property
104 type: 'x'; property
110 type: 'y'; property
193 type?: 'object'; property
200 type: 'string'; property
DdiscriminantsAndPrimitives.ts123 type: NodeA["type"] property
127 type: EnumTypeNode.Disjunction property
132 type: EnumTypeNode.Pattern property
DmappedTypeOverlappingStringEnumKeys.ts35 type: TerrestrialAnimalTypes.CAT; property
40 type: AlienAnimalTypes.CAT property
DpartiallyDiscriminantedUnions.ts29 type: 'a'; property
35 type: 'b'; property
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_type.h29 explicit ClassType(int32_t type) : type_(type) {} in ClassType()
115 explicit PGOSampleType(Type type) : type_(type) {}; in PGOSampleType()
116 explicit PGOSampleType(uint32_t type) : type_(Type(type)) {}; in PGOSampleType()
117 explicit PGOSampleType(ClassType type) : type_(type) {} in PGOSampleType()
199 PGOSampleType CombineType(PGOSampleType type) in CombineType()
210 PGOSampleType CombineCallTargetType(PGOSampleType type) in CombineCallTargetType()
222 void SetType(PGOSampleType type) in SetType()
318 PGOObjectInfo(ClassType type, PGOObjKind kind) : type_(type), objKind_(kind) {} in PGOObjectInfo()
371 void Merge(const PGORWOpType &type) in Merge()
/arkcompiler/runtime_core/assembler/tests/
Dannotation_test.cpp73 char type = '1'; variable
242 panda::pandasm::Value::Type type = Value::GetCharAsType('1'); variable
368 std::string type = "u1"; variable
497 panda::pandasm::Type type; variable
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.h123 inline bool ShouldInferWithLdObjByValue(const GateType &type) const in ShouldInferWithLdObjByValue()
131 inline bool ShouldInferWithLdObjByName(const GateType &type) const in ShouldInferWithLdObjByName()
137 inline bool ShouldConvertToBuiltinArray(const GateType &type) const in ShouldConvertToBuiltinArray()
/arkcompiler/ets_runtime/ecmascript/
Dbyte_array.cpp22 void ByteArray::Set(JSThread* thread, uint32_t idx, DataViewType type, JSTaggedType val, uint32_t o… in Set()
30 JSTaggedValue ByteArray::Get(JSThread *thread, uint32_t idx, DataViewType type, uint32_t offset) in Get()
/arkcompiler/ets_runtime/test/moduletest/module/
Dmodule.js31 type: "HW_Test", property
41 type: "fixedStar_Test", property

12345678910>>...14