| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | mcr_circuit_builder.h | 179 GateRef objType = GetObjectType(LoadHClass(obj)); in TaggedIsSymbol() local 205 GateRef objType = GetObjectType(LoadHClass(obj)); in TaggedIsStringOrSymbol() local 226 GateRef objType = GetObjectType(LoadHClass(obj)); in TaggedIsProtoChangeMarker() local 238 GateRef objType = GetObjectType(LoadHClass(obj)); in TaggedObjectIsJSMap() local 244 GateRef objType = GetObjectType(LoadHClass(obj)); in TaggedObjectIsJSSet() local 257 GateRef objType = GetObjectType(LoadHClass(obj)); in TaggedObjectIsJSArray() local 364 GateRef objType = GetObjectType(LoadHClass(x)); in TaggedIsAsyncGeneratorObject() local 373 GateRef objType = GetObjectType(LoadHClass(x)); in TaggedIsJSGlobalObject() local 382 GateRef objType = GetObjectType(LoadHClass(x)); in TaggedIsGeneratorObject() local 398 GateRef objType = GetObjectType(LoadHClass(obj)); in TaggedIsJSArray() local
|
| D | hcr_circuit_builder.h | 158 GateRef objType = GetObjectType(LoadHClass(x)); in IsAOTLiteralInfo() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | object.cpp | 49 ObjectType *objType = type->AsObjectType(); in CheckIndexConstraints() local 88 ObjectType *objType = type->AsObjectType(); in ResolveStructuredTypeMembers() local 124 ObjectType *objType = it->AsObjectType(); in ResolveUnionTypeMembers() local 318 ObjectType *objType = it->AsObjectType(); in GetPropertyOfUnionType() local
|
| D | typeCreation.cpp | 128 … 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 | 98 void DestructuringContext::ValidateObjectLiteralType(ObjectType *objType, const ir::ObjectExpressio… in ValidateObjectLiteralType() 536 Type *ObjectDestructuringContext::CreateObjectTypeForRest(ObjectType *objType) in CreateObjectTypeForRest() 620 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 314 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() 537 Type *ObjectDestructuringContext::CreateObjectTypeForRest(ObjectType *objType) in CreateObjectTypeForRest() 621 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_frontend/ets2panda/checker/ets/ |
| D | typeCreation.cpp | 273 ETSObjectType *ETSChecker::UpdateBoxedGlobalType(ETSObjectType *objType, util::StringView name) in UpdateBoxedGlobalType() 293 ETSObjectType *ETSChecker::UpdateGlobalType(ETSObjectType *objType, util::StringView name) in UpdateGlobalType() 347 auto *objType = CreateNewETSObjectType(name, declNode, flags); in CreateETSObjectTypeCheckBuiltins() local 367 auto *objType = CreateNewETSObjectType(name, declNode, flags | res->second.second); in CreateETSObjectType() local
|
| D | object.cpp | 544 …::vector<Signature *> ETSChecker::CollectAbstractSignaturesFromObject(const ETSObjectType *objType) in CollectAbstractSignaturesFromObject()
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | memberExpression.cpp | 163 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_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_layout.h | 204 RootHClassLayoutDesc(ProfileType type, JSType objType, uint32_t objSize) in RootHClassLayoutDesc() 233 void SetObjectType(JSType objType) in SetObjectType() 456 void SetObjectType(JSType objType) in SetObjectType()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | method_type_infer.cpp | 745 …auto objType = gateAccessor_.GetGateType(gateAccessor_.GetValueIn(gate, 2)); // 2: the third para… in InferLdObjByName() local 805 auto objType = gateAccessor_.GetGateType(gate); in InferNewObject() local 823 bool MethodTypeInfer::GetObjPropWithName(GateRef gate, GateType objType, uint64_t index) in GetObjPropWithName() 862 auto objType = gateAccessor_.GetGateType(gateAccessor_.GetValueIn(funcGate, 2)); in InferCallMethod() local 929 auto objType = gateAccessor_.GetGateType(gateAccessor_.GetValueIn(gate, 1)); in InferLdObjByValue() local 970 auto objType = gateAccessor_.GetGateType(gateAccessor_.GetValueIn(gate, 0)); in InferDefineGetterSetterByValue() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 854 IrConstructor &ObjectType(ObjectType objType) in ObjectType() function 870 IrConstructor &ObjectTypeLoadImm(LoadImmediateInst::ObjectType objType) in ObjectTypeLoadImm()
|
| D | graph.cpp | 854 size_t GetObjectOffset(const Graph *graph, ObjectType objType, RuntimeInterface::FieldPtr field, ui… in GetObjectOffset()
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type.cpp | 288 JSHandle<TSObjectType> objType(tsType); in GetPropTypeGT() local
|
| D | ts_manager.cpp | 181 GlobalTSTypeRef TSManager::GetIndexSignType(GlobalTSTypeRef objType, kungfu::GateType indexType) co… in GetIndexSignType() 669 bool TSManager::AddNamespacePropType(kungfu::GateType objType, JSTaggedValue name, kungfu::GateType… in AddNamespacePropType()
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.cpp | 1400 size_t objType, size_t &constSpecialIndex) in HandleRootObject() 1559 auto objType = encodeBit.GetObjectType(); in RelocateSpaceObject() local
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | abs_int_inl.h | 1729 Type objType = TypeOfClass(ctor->GetClass()); in CheckCallCtor() local 1905 Type objType = GetRegType(regIdx); in CheckFieldAccess() local 2632 Type objType = GetRegType(regIdx); in CheckFieldAccessByName() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Type.cpp | 515 auto objType = classLinker->GetClass(typeDesc.c_str()); in TypeAPIGetTypeId() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzer.cpp | 127 checker::ETSObjectType *objType, in CheckExtensionIsShadowedInCurrentClassOrInterface() 152 …oid CheckExtensionIsShadowedByMethod(checker::ETSChecker *checker, checker::ETSObjectType *objType, in CheckExtensionIsShadowedByMethod() argument 1357 checker::ETSObjectType *objType = expr->PreferredType()->AsETSObjectType(); in Check() local
|
| D | TSAnalyzer.cpp | 791 checker::ObjectType *objType = baseType->AsObjectType(); in Check() local 2289 checker::ObjectType *objType = baseType->AsObjectType(); in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ASTVerifier.cpp | 138 auto *objType = ast->ObjType(); in ValidateVariableAccess() local
|