| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | object.cpp | 36 ObjectType *objType = type->AsObjectType(); in CheckIndexConstraints() local 75 ObjectType *objType = type->AsObjectType(); in ResolveStructuredTypeMembers() local 112 ObjectType *objType = it->AsObjectType(); in ResolveUnionTypeMembers() local 308 ObjectType *objType = it->AsObjectType(); in GetPropertyOfUnionType() local
|
| D | typeCreation.cpp | 129 … auto *objType = allocator_->New<ObjectLiteralType>(allocator_->New<ObjectDescriptor>(allocator_)); in CreateObjectTypeWithCallSignature() local 137 … auto *objType = allocator_->New<ObjectLiteralType>(allocator_->New<ObjectDescriptor>(allocator_)); in CreateObjectTypeWithConstructSignature() local
|
| D | destructuringContext.cpp | 96 void DestructuringContext::ValidateObjectLiteralType(ObjectType *objType, const ir::ObjectExpressio… in ValidateObjectLiteralType() 546 Type *ObjectDestructuringContext::CreateObjectTypeForRest(ObjectType *objType) in CreateObjectTypeForRest() 633 checker::ObjectType *objType = inferedType_->AsObjectType(); in NextInferedType() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | object.cpp | 47 ObjectType *objType = type->AsObjectType(); in CheckIndexConstraints() local 82 ObjectType *objType = type->AsObjectType(); in ResolveStructuredTypeMembers() local 118 ObjectType *objType = it->AsObjectType(); in ResolveUnionTypeMembers() local 311 ObjectType *objType = it->AsObjectType(); in GetPropertyOfUnionType() local
|
| D | typeCreation.cpp | 127 …auto *objType = Allocator()->New<ObjectLiteralType>(Allocator()->New<ObjectDescriptor>(Allocator()… in CreateObjectTypeWithCallSignature() local 135 …auto *objType = Allocator()->New<ObjectLiteralType>(Allocator()->New<ObjectDescriptor>(Allocator()… in CreateObjectTypeWithConstructSignature() local
|
| D | destructuringContext.cpp | 96 void DestructuringContext::ValidateObjectLiteralType(ObjectType *objType, ir::ObjectExpression *obj… in ValidateObjectLiteralType() 556 Type *ObjectDestructuringContext::CreateObjectTypeForRest(ObjectType *objType) in CreateObjectTypeForRest() 643 checker::ObjectType *objType = inferredType_->AsObjectType(); in NextInferredType() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsQualifiedName.cpp | 47 checker::ObjectType *objType = baseType->AsObjectType(); in Check() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | mcr_circuit_builder.h | 293 GateRef objType = GetObjectType(LoadHClass(glue, obj)); in TaggedIsSymbol() local 319 GateRef objType = GetObjectType(LoadHClass(glue, obj)); in TaggedIsStringOrSymbol() local 340 GateRef objType = GetObjectType(LoadHClass(glue, obj)); in TaggedIsEnumCache() local 360 GateRef objType = GetObjectType(LoadHClass(glue, obj)); in TaggedIsProtoChangeMarker() local 372 GateRef objType = GetObjectType(LoadHClass(glue, obj)); in TaggedObjectIsJSMap() local 378 GateRef objType = GetObjectType(LoadHClass(glue, obj)); in TaggedObjectIsJSSet() local 384 GateRef objType = GetObjectType(LoadHClass(glue, obj)); in TaggedObjectIsJSDate() local 397 GateRef objType = GetObjectType(LoadHClass(glue, obj)); in TaggedObjectIsJSArray() local 403 GateRef objType = GetObjectType(LoadHClass(glue, obj)); in TaggedIsBoundFunction() local
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| D | helpers.cpp | 268 …if (auto objType = const_cast<ir::MemberExpression *>(ast)->Object()->TsType(); objType->IsETSUnio… in ValidateVariableAccess() local 281 auto *objType = ast->ObjType(); in ValidateVariableAccess() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | memberExpression.cpp | 162 checker::ObjectType *objType = baseType->AsObjectType(); in Check() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/ |
| D | ets_reference.h | 114 EtsReference *NewEtsRef(EtsObject *obj, EtsReference::EtsObjectType objType) in NewEtsRef()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | unionLowering.cpp | 274 auto *objType = in PerformForModule() local 302 auto *objType = in PostconditionForModule() local
|
| D | opAssignment.cpp | 330 checker::Type *objType = nullptr; member
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_layout.h | 190 RootHClassLayoutDesc(ProfileType type, JSType objType, uint32_t objSize) in RootHClassLayoutDesc() 224 void SetObjectType(JSType objType) in SetObjectType() 463 void SetObjectType(JSType objType) in SetObjectType()
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | memberExpression.cpp | 256 static checker::Type *AdjustRecordReturnType(checker::Type *type, checker::Type *objType) in AdjustRecordReturnType() 287 auto *const objType = checker->GetApparentType(Object()->TsType()); in AdjustType() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzerHelpers.cpp | 39 …nIsShadowedInCurrentClassOrInterface(checker::ETSChecker *checker, checker::ETSObjectType *objType, in CheckExtensionIsShadowedInCurrentClassOrInterface() argument 81 void CheckExtensionIsShadowedByMethod(checker::ETSChecker *checker, checker::ETSObjectType *objType, in CheckExtensionIsShadowedByMethod() argument
|
| D | ETSAnalyzer.cpp | 1920 … void SetTypeforRecordProperties(const ir::ObjectExpression *expr, checker::ETSObjectType *objType, in SetTypeforRecordProperties() 1943 static bool HasParameterlessConstructor(checker::ETSObjectType *objType, ETSChecker *checker, in HasParameterlessConstructor() argument 2279 checker::ETSObjectType *objType) in HandleInterfaceType() 2292 checker::ETSObjectType *objType) in HandleRecordOrMapType() 2322 checker::ETSObjectType *objType = ResolveObjectTypeFromPreferredType(checker, expr); in Check() local 2363 checker::ETSObjectType *objType = objectTypeForProperties; in CheckObjectExprProps() local
|
| D | ETSchecker.cpp | 414 bool ETSChecker::IsClassStaticMethod(checker::ETSObjectType *objType, checker::Signature *signature) in IsClassStaticMethod()
|
| D | TSAnalyzer.cpp | 671 checker::ObjectType *objType = baseType->AsObjectType(); in Check() local 2033 checker::ObjectType *objType = baseType->AsObjectType(); in Check() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 856 IrConstructor &ObjectType(ObjectType objType) in ObjectType() function 872 IrConstructor &ObjectTypeLoadImm(LoadImmediateInst::ObjectType objType) in ObjectTypeLoadImm()
|
| D | graph.cpp | 880 size_t GetObjectOffset(const Graph *graph, ObjectType objType, RuntimeInterface::FieldPtr field, ui… in GetObjectOffset()
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | abs_int_inl.h | 1719 Type objType = TypeOfClass(ctor->GetClass()); in CheckCallCtor() local 1874 Type objType = GetRegType(regIdx); in CheckFieldAccess() local 2527 Type objType; in CheckFieldAccessByName() local 4061 bool CheckFieldAccessByNameStartCheck(int regIdx, Field const *&rawField, Type &objType) in CheckFieldAccessByNameStartCheck()
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.cpp | 1489 size_t objType, size_t &constSpecialIndex) in HandleRootObject() 1660 auto objType = encodeBit.GetObjectType(); in RelocateSpaceObject() local 1708 auto objType = encodeBit.GetObjectType(); in RelocateSpaceObject() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | typeCreation.cpp | 312 auto *objType = setType(GlobalTypeId::ETS_OBJECT_BUILTIN, create())->AsETSObjectType(); in InitializeGlobalBuiltinObjectType() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | memory_coalescing.cpp | 634 ObjectType objType = inst->GetObjectType(); in HandleObjectAccess() local
|