| /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 86 ObjectType *objType = type->AsObjectType(); in ResolveStructuredTypeMembers() local 122 ObjectType *objType = it->AsObjectType(); in ResolveUnionTypeMembers() local 313 ObjectType *objType = it->AsObjectType(); in GetPropertyOfUnionType() local
|
| D | typeCreation.cpp | 127 …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
|
| D | destructuringContext.cpp | 99 void DestructuringContext::ValidateObjectLiteralType(ObjectType *objType, ir::ObjectExpression *obj… in ValidateObjectLiteralType() 554 Type *ObjectDestructuringContext::CreateObjectTypeForRest(ObjectType *objType) in CreateObjectTypeForRest() 638 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 | 263 GateRef objType = GetObjectType(LoadHClass(obj)); in TaggedIsSymbol() local 289 GateRef objType = GetObjectType(LoadHClass(obj)); in TaggedIsStringOrSymbol() local 310 GateRef objType = GetObjectType(LoadHClass(obj)); in TaggedIsProtoChangeMarker() local 322 GateRef objType = GetObjectType(LoadHClass(obj)); in TaggedObjectIsJSMap() local 328 GateRef objType = GetObjectType(LoadHClass(obj)); in TaggedObjectIsJSSet() local 334 GateRef objType = GetObjectType(LoadHClass(obj)); in TaggedObjectIsJSDate() local 347 GateRef objType = GetObjectType(LoadHClass(obj)); in TaggedObjectIsJSArray() local 353 GateRef objType = GetObjectType(LoadHClass(obj)); in TaggedIsBoundFunction() local
|
| D | hcr_circuit_builder.h | 185 GateRef objType = GetObjectType(LoadHClass(x)); in IsAOTLiteralInfo() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | unionLowering.cpp | 186 auto *objType = in Perform() local 214 auto *objType = in Postcondition() local
|
| D | opAssignment.cpp | 244 checker::Type *objType = nullptr; member
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | memberExpression.cpp | 162 checker::ObjectType *objType = baseType->AsObjectType(); in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | typeCreation.cpp | 454 ETSObjectType *ETSChecker::UpdateBoxedGlobalType(ETSObjectType *objType, util::StringView name) in UpdateBoxedGlobalType() 474 ETSObjectType *ETSChecker::UpdateGlobalType(ETSObjectType *objType, util::StringView name) in UpdateGlobalType() 529 auto *objType = CreateNewETSObjectType(name, declNode, flags); in CreateETSObjectTypeCheckBuiltins() local 546 auto *objType = CreateNewETSObjectType(name, declNode, flags | res->second.second); in CreateETSObjectType() 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_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_layout.h | 201 RootHClassLayoutDesc(ProfileType type, JSType objType, uint32_t objSize) in RootHClassLayoutDesc() 235 void SetObjectType(JSType objType) in SetObjectType() 473 void SetObjectType(JSType objType) in SetObjectType()
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| D | helpers.cpp | 272 auto *objType = ast->ObjType(); in ValidateVariableAccess() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzerHelpers.cpp | 20 …nIsShadowedInCurrentClassOrInterface(checker::ETSChecker *checker, checker::ETSObjectType *objType, in CheckExtensionIsShadowedInCurrentClassOrInterface() argument 44 void CheckExtensionIsShadowedByMethod(checker::ETSChecker *checker, checker::ETSObjectType *objType, in CheckExtensionIsShadowedByMethod() argument
|
| D | ETSAnalyzer.cpp | 1587 … void SetTypeforRecordProperties(const ir::ObjectExpression *expr, checker::ETSObjectType *objType, in SetTypeforRecordProperties() 1620 checker::ETSObjectType *objType = expr->PreferredType()->AsETSObjectType(); in Check() local 1675 checker::ETSObjectType *objType = expr->PreferredType()->AsETSObjectType(); in CheckObjectExprProps() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | memberExpression.cpp | 258 auto *const objType = checker->GetApparentType(Object()->TsType()); in AdjustType() 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 | 874 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 2718 Type objType; in CheckFieldAccessByName() local 4215 bool CheckFieldAccessByNameStartCheck(int regIdx, Field const *&rawField, Type &objType) in CheckFieldAccessByNameStartCheck()
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.cpp | 1378 size_t objType, size_t &constSpecialIndex) in HandleRootObject() 1543 auto objType = encodeBit.GetObjectType(); in RelocateSpaceObject() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Type.cpp | 510 auto objType = classLinker->GetClass(typeDesc.c_str()); in TypeAPIGetTypeId() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | memory_coalescing.cpp | 634 ObjectType objType = inst->GetObjectType(); in HandleObjectAccess() local
|