Home
last modified time | relevance | path

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

12345678910>>...15

/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
87 bool IsJSFrame(FrameType type) const in IsJSFrame()
92 bool IsOptimizedJSFunctionFrame(FrameType type) const in IsOptimizedJSFunctionFrame()
100 FrameType type = it.GetFrameType(); in IsAsmInterpretedFrame() local
105 bool IsAsmInterpretedFrame(FrameType type) const in IsAsmInterpretedFrame()
112 FrameType type = GetFrameType(); in IsBuiltinFrame() local
123 FrameType type = GetFrameType(); in IsInterpretedEntryFrame() local
129 bool IsInterpretedEntryFrame(FrameType type) const in IsInterpretedEntryFrame()
[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 …]
/arkcompiler/runtime_core/runtime/templates/
Dintrinsics.rb18 def get_shorty_type(type) argument
40 def primitive_type?(type) argument
62 def get_primitive_descriptor(type) argument
83 def object_type?(type) argument
87 def get_object_descriptor(type) argument
94 def floating_point_type?(type) argument
Druntime.rb16 def array_type?(type) argument
20 def get_object_type(type) argument
31 def get_type(type) argument
53 def get_ret_type(type) argument
75 def get_effective_type(type) argument
79 def get_ret_effective_type(type) argument
/arkcompiler/ets_frontend/es2panda/lexer/token/
Dtoken.cpp115 bool Token::IsBinaryToken(TokenType type) in IsBinaryToken()
120 bool Token::IsBinaryLvalueToken(TokenType type) in IsBinaryLvalueToken()
125 bool Token::IsUpdateToken(TokenType type) in IsUpdateToken()
130 bool Token::IsPunctuatorToken(TokenType type) in IsPunctuatorToken()
135 bool Token::IsTsParamToken(TokenType type) in IsTsParamToken()
140 const char *TokenToString(TokenType type) in TokenToString()
/arkcompiler/ets_runtime/ecmascript/mem/
Dconcurrent_sweeper.cpp26 ConcurrentSweeper::ConcurrentSweeper(Heap *heap, EnableConcurrentSweepType type) in ConcurrentSweeper()
45 for (int type = startSpaceType_; type < FREE_LIST_NUM; type++) { in Sweep() local
66 void ConcurrentSweeper::AsyncSweepSpace(MemSpaceType type, bool isMain) in AsyncSweepSpace()
107 void ConcurrentSweeper::EnsureTaskFinished(MemSpaceType type) in EnsureTaskFinished()
116 void ConcurrentSweeper::WaitingTaskFinish(MemSpaceType type) in WaitingTaskFinish()
155 … auto type = static_cast<MemSpaceType>(((i + type_) % sweepTypeNum) + sweeper_->startSpaceType_); in Run() local
161 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/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/runtime_core/runtime/tooling/
Dpt_hook_type_info.h34 bool IsEnabled(const PtHookType type) const in IsEnabled()
39 void Enable(const PtHookType type) in Enable()
44 void Disable(const PtHookType type) in Disable()
64 static constexpr size_t ToIndex(const PtHookType type) in ToIndex()
/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/runtime_core/verification/absint/
Dabs_int_inl.cpp39 const PandaString &AbsIntInstructionHandler::ImageOf(const Type &type) in ImageOf()
46 return abstract_type.Image([this](const Type &type) { return ImageOf(type); }); in ImageOf()
51 return types.Image([this](const Type &type) { return ImageOf(type); }); in ImageOf()
57 for (const auto &type : types) { in SubtypesOf() local
69 for (const auto &type : types) { in SubtypesOf() local
81 for (const auto &type : types) { in SupertypesOf() local
93 for (const auto &type : types) { in SupertypesOf() local
107 bool AbsIntInstructionHandler::CheckTypes(const Type &type, std::initializer_list<Type> types) in CheckTypes()
136 void AbsIntInstructionHandler::SetReg(int reg_idx, const AbstractType &type) in SetReg()
146 void AbsIntInstructionHandler::SetRegAndOthersOfSameOrigin(int reg_idx, const AbstractType &type) in SetRegAndOthersOfSameOrigin()
[all …]
Dpanda_types.cpp42 Type PandaTypes::NormalizedTypeOf(Type type) in NormalizedTypeOf()
77 const Type &type = param; in NormalizeMethodSignature() local
184 Type type; in TypeOf() local
223 Type type; in TypeOfArray() local
256 Type type; in TypeOf() local
293 Type type; in TypeOf() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.h79 GateRef IsContainer(GateRef obj, ContainersType type) in IsContainer()
114 bool IsReplaceAllElements(ContainersType type) in IsReplaceAllElements()
133 bool IsPlainArray(ContainersType type) in IsPlainArray()
152 void ContainerSet(GateRef glue, GateRef obj, GateRef index, GateRef value, ContainersType type) in ContainerSet()
170 GateRef ContainerGetSize(GateRef obj, ContainersType type) in ContainerGetSize()
229 GateRef ContainerGetValue(GateRef obj, GateRef index, ContainersType type) in ContainerGetValue()
272 GateRef ContainerGetKey(GateRef obj, GateRef index, ContainersType type) in ContainerGetKey()
289 GateRef ContainerGetNode(GateRef obj, GateRef index, ContainersType type) in ContainerGetNode()
/arkcompiler/runtime_core/verification/value/
Dabstract_typed_value.h43 …AbstractTypedValue(const AbstractType &type, const AbstractValue &value) : Value_ {value}, Type_ {… in AbstractTypedValue()
48 …AbstractTypedValue(const AbstractType &type, const AbstractValue &value, const panda::BytecodeInst… in AbstractTypedValue()
52 …AbstractTypedValue(const AbstractType &type, const AbstractValue &value, const ValueOrigin &origin) in AbstractTypedValue()
58 …AbstractTypedValue(const AbstractType &type, const AbstractValue &value, [[maybe_unused]] Start st… in AbstractTypedValue()
62 AbstractTypedValue &SetAbstractType(const AbstractType &type) in SetAbstractType()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dtype_infer.h119 inline GlobalTSTypeRef GetPropType(const GateType &type, const JSTaggedValue propertyName) const in GetPropType()
124 inline GlobalTSTypeRef GetPropType(const GateType &type, const uint64_t key) const in GetPropType()
129 inline bool ShouldInferWithLdObjByValue(const GateType &type) const in ShouldInferWithLdObjByValue()
137 inline bool ShouldInferWithLdObjByName(const GateType &type) const in ShouldInferWithLdObjByName()
143 inline bool ShouldConvertToBuiltinArray(const GateType &type) const in ShouldConvertToBuiltinArray()
/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/runtime_core/compiler/optimizer/analysis/
Dtypes_analysis.cpp28 void TypesAnalysis::MarkedPhiRec(PhiInst *phi, AnyBaseType type) in MarkedPhiRec()
51 auto type = inst->CastToCastValueToAnyType()->GetAnyType(); in VisitCastValueToAnyType() local
64 auto type = inst->CastToAnyTypeCheck()->GetAnyType(); in VisitAnyTypeCheck() local
/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/runtime_core/runtime/mem/refstorage/
Dreference.h69 ObjectType type = GetType(); in IsLocal() local
95 static Reference *Create(uintptr_t addr, ObjectType type) in Create()
107 static Reference *SetType(Reference *ref, ObjectType type) in SetType()
113 static Reference *SetType(uintptr_t addr, ObjectType type) in SetType()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dmethod_properties.h42 #define MPROP_GET_FIELD(name, type) \ argument
49 #define MPROP_SET_FIELD(name, type) \ argument
56 #define MPROP_FIELD(name, type) \ argument

12345678910>>...15