Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_circuit_builder.h179 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
Dhcr_circuit_builder.h158 GateRef objType = GetObjectType(LoadHClass(x)); in IsAOTLiteralInfo() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dobject.cpp49 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
DtypeCreation.cpp128 … 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
DdestructuringContext.cpp98 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/
Dobject.cpp47 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
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
DdestructuringContext.cpp99 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/
DtsQualifiedName.cpp47 checker::ObjectType *objType = baseType->AsObjectType(); in Check() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp273 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
Dobject.cpp544 …::vector<Signature *> ETSChecker::CollectAbstractSignaturesFromObject(const ETSObjectType *objType) in CollectAbstractSignaturesFromObject()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DmemberExpression.cpp163 checker::ObjectType *objType = baseType->AsObjectType(); in Check() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
Dets_reference.h114 EtsReference *NewEtsRef(EtsObject *obj, EtsReference::EtsObjectType objType) in NewEtsRef()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.h204 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/
Dmethod_type_infer.cpp745 …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/
Dir_constructor.h854 IrConstructor &ObjectType(ObjectType objType) in ObjectType() function
870 IrConstructor &ObjectTypeLoadImm(LoadImmediateInst::ObjectType objType) in ObjectTypeLoadImm()
Dgraph.cpp854 size_t GetObjectOffset(const Graph *graph, ObjectType objType, RuntimeInterface::FieldPtr field, ui… in GetObjectOffset()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type.cpp288 JSHandle<TSObjectType> objType(tsType); in GetPropTypeGT() local
Dts_manager.cpp181 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/
Dsnapshot_processor.cpp1400 size_t objType, size_t &constSpecialIndex) in HandleRootObject()
1559 auto objType = encodeBit.GetObjectType(); in RelocateSpaceObject() local
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h1729 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/
Dstd_core_Type.cpp515 auto objType = classLinker->GetClass(typeDesc.c_str()); in TypeAPIGetTypeId() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp127 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
DTSAnalyzer.cpp791 checker::ObjectType *objType = baseType->AsObjectType(); in Check() local
2289 checker::ObjectType *objType = baseType->AsObjectType(); in Check() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DASTVerifier.cpp138 auto *objType = ast->ObjType(); in ValidateVariableAccess() local

12