| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| H A D | tsQualifiedName.cpp | 47 checker::ObjectType *objType = baseType->AsObjectType(); in Check() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| H A D | memberExpression.cpp | 163 checker::ObjectType *objType = baseType->AsObjectType(); in Check() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/ |
| H A D | ets_reference.h | 114 EtsReference *NewEtsRef(EtsObject *obj, EtsReference::EtsObjectType objType) in NewEtsRef() argument
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| H A D | typeCreation.cpp | 130 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 D | object.cpp | 49 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 D | destructuringContext.cpp | 98 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 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
|
| H A D | object.cpp | 47 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 D | destructuringContext.cpp | 99 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 D | helpers.cpp | 267 auto *objType = ast->ObjType(); in ValidateVariableAccess() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_Type.cpp | 510 auto objType = classLinker->GetClass(typeDesc.c_str()); in TypeAPIGetTypeId() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | opAssignment.cpp | 246 checker::Type *objType = checker->GlobalVoidType(); // placeholder in ConstructUpdateResult() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| H A D | memberExpression.cpp | 243 auto *const objType = checker->GetApparentType(Object()->TsType()); in AdjustType() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | object.cpp | 583 std::vector<Signature *> ETSChecker::CollectAbstractSignaturesFromObject(const ETSObjectType *objType) in CollectAbstractSignaturesFromObject() argument
|
| H A D | typeCreation.cpp | 444 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 D | pgo_profiler_layout.h | 189 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 D | hcr_circuit_builder.h | 171 GateRef objType = GetObjectType(LoadHClass(x)); in IsAOTLiteralInfo() local
|
| H A D | mcr_circuit_builder.h | 215 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 D | ETSAnalyzerHelpers.cpp | 20 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 D | TSAnalyzer.cpp | 668 checker::ObjectType *objType = baseType->AsObjectType(); in Check() local 2019 checker::ObjectType *objType = baseType->AsObjectType(); in Check() local
|
| H A D | ETSAnalyzer.cpp | 1463 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 D | ir_constructor.h | 856 IrConstructor &ObjectType(ObjectType objType) in ObjectType() argument 872 IrConstructor &ObjectTypeLoadImm(LoadImmediateInst::ObjectType objType) in ObjectTypeLoadImm() argument
|
| H A D | graph.cpp | 868 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 D | memory_coalescing.cpp | 634 ObjectType objType = inst->GetObjectType(); in HandleObjectAccess() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | ETSCompiler.cpp | 314 auto objType = expr->Callee()->AsMemberExpression()->Object()->TsType(); in MaybeCastUnionTypeToFunctionType() local
|