Home
last modified time | relevance | path

Searched defs:objType (Results 1 - 25 of 30) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsQualifiedName.cpp47 checker::ObjectType *objType = baseType->AsObjectType(); in Check() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DmemberExpression.cpp163 checker::ObjectType *objType = baseType->AsObjectType(); in Check() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
H A Dets_reference.h114 EtsReference *NewEtsRef(EtsObject *obj, EtsReference::EtsObjectType objType) in NewEtsRef() argument
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DtypeCreation.cpp130 auto *objType = allocator_->New<ObjectLiteralType>(allocator_->New<ObjectDescriptor>(allocator_)); in CreateObjectTypeWithCallSignature() local
138 auto *objType = allocator_->New<ObjectLiteralType>(allocator_->New<ObjectDescriptor>(allocator_)); in CreateObjectTypeWithConstructSignature() local
H A Dobject.cpp49 ObjectType *objType = type->AsObjectType(); in CheckIndexConstraints() local
88 ObjectType *objType = type->AsObjectType(); in ResolveStructuredTypeMembers() local
125 ObjectType *objType = it->AsObjectType(); ResolveUnionTypeMembers() local
321 ObjectType *objType = it->AsObjectType(); GetPropertyOfUnionType() local
[all...]
H A DdestructuringContext.cpp98 void DestructuringContext::ValidateObjectLiteralType(ObjectType *objType, const ir::ObjectExpression *objPattern) in ValidateObjectLiteralType() argument
546 Type *ObjectDestructuringContext::CreateObjectTypeForRest(ObjectType *objType) in CreateObjectTypeForRest() argument
633 checker::ObjectType *objType = inferedType_->AsObjectType(); in NextInferedType() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DtypeCreation.cpp127 auto *objType = Allocator()->New<ObjectLiteralType>(Allocator()->New<ObjectDescriptor>(Allocator())); in CreateObjectTypeWithCallSignature() local
134 auto *objType = Allocator()->New<ObjectLiteralType>(Allocator()->New<ObjectDescriptor>(Allocator())); in CreateObjectTypeWithConstructSignature() local
H A Dobject.cpp47 ObjectType *objType = type->AsObjectType(); in CheckIndexConstraints() local
86 ObjectType *objType = type->AsObjectType(); in ResolveStructuredTypeMembers() local
122 ObjectType *objType = it->AsObjectType(); ResolveUnionTypeMembers() local
313 ObjectType *objType = it->AsObjectType(); GetPropertyOfUnionType() local
[all...]
H A DdestructuringContext.cpp99 void DestructuringContext::ValidateObjectLiteralType(ObjectType *objType, ir::ObjectExpression *objPattern) in ValidateObjectLiteralType() argument
554 Type *ObjectDestructuringContext::CreateObjectTypeForRest(ObjectType *objType) in CreateObjectTypeForRest() argument
638 checker::ObjectType *objType = inferredType_->AsObjectType(); in NextInferredType() local
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A Dhelpers.cpp267 auto *objType = ast->ObjType(); in ValidateVariableAccess() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Type.cpp510 auto objType = classLinker->GetClass(typeDesc.c_str()); in TypeAPIGetTypeId() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DopAssignment.cpp246 checker::Type *objType = checker->GlobalVoidType(); // placeholder in ConstructUpdateResult() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DmemberExpression.cpp243 auto *const objType = checker->GetApparentType(Object()->TsType()); in AdjustType() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dobject.cpp583 std::vector<Signature *> ETSChecker::CollectAbstractSignaturesFromObject(const ETSObjectType *objType) in CollectAbstractSignaturesFromObject() argument
H A DtypeCreation.cpp444 ETSObjectType *ETSChecker::UpdateBoxedGlobalType(ETSObjectType *objType, util::StringView name) in UpdateBoxedGlobalType() argument
464 ETSObjectType *ETSChecker::UpdateGlobalType(ETSObjectType *objType, util::StringView name) in UpdateGlobalType() argument
519 auto *objType = CreateNewETSObjectType(name, declNode, flags); in CreateETSObjectTypeCheckBuiltins() local
536 auto *objType in CreateETSObjectType() local
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_layout.h189 RootHClassLayoutDesc(ProfileType type, JSType objType, uint32_t objSize) in RootHClassLayoutDesc() argument
218 void SetObjectType(JSType objType) in SetObjectType() argument
441 void SetObjectType(JSType objType) in SetObjectType() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dhcr_circuit_builder.h171 GateRef objType = GetObjectType(LoadHClass(x)); in IsAOTLiteralInfo() local
H A Dmcr_circuit_builder.h215 GateRef objType = GetObjectType(LoadHClass(obj)); in TaggedIsSymbol() local
241 GateRef objType = GetObjectType(LoadHClass(obj)); in TaggedIsStringOrSymbol() local
262 GateRef objType = GetObjectType(LoadHClass(obj)); in TaggedIsProtoChangeMarker() local
274 GateRef objType = GetObjectType(LoadHClass(obj)); in TaggedObjectIsJSMap() local
280 GateRef objType = GetObjectType(LoadHClass(obj)); in TaggedObjectIsJSSet() local
286 GateRef objType = GetObjectType(LoadHClass(obj)); TaggedObjectIsJSDate() local
299 GateRef objType = GetObjectType(LoadHClass(obj)); TaggedObjectIsJSArray() local
305 GateRef objType = GetObjectType(LoadHClass(obj)); TaggedIsBoundFunction() local
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzerHelpers.cpp20 void CheckExtensionIsShadowedInCurrentClassOrInterface(checker::ETSChecker *checker, checker::ETSObjectType *objType, in CheckExtensionIsShadowedInCurrentClassOrInterface() argument
44 void CheckExtensionIsShadowedByMethod(checker::ETSChecker *checker, checker::ETSObjectType *objType, in CheckExtensionIsShadowedByMethod() argument
H A DTSAnalyzer.cpp668 checker::ObjectType *objType = baseType->AsObjectType(); in Check() local
2019 checker::ObjectType *objType = baseType->AsObjectType(); in Check() local
H A DETSAnalyzer.cpp1463 checker::ETSObjectType *objType = expr->PreferredType()->AsETSObjectType(); in Check() local
1517 checker::ETSObjectType *objType = expr->PreferredType()->AsETSObjectType(); CheckObjectExprProps() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dir_constructor.h856 IrConstructor &ObjectType(ObjectType objType) in ObjectType() argument
872 IrConstructor &ObjectTypeLoadImm(LoadImmediateInst::ObjectType objType) in ObjectTypeLoadImm() argument
H A Dgraph.cpp868 size_t GetObjectOffset(const Graph *graph, ObjectType objType, RuntimeInterface::FieldPtr field, uint32_t typeId) in GetObjectOffset() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dmemory_coalescing.cpp634 ObjectType objType = inst->GetObjectType(); in HandleObjectAccess() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSCompiler.cpp314 auto objType = expr->Callee()->AsMemberExpression()->Object()->TsType(); in MaybeCastUnionTypeToFunctionType() local

Completed in 32 milliseconds

12