Home
last modified time | relevance | path

Searched refs:prototypeType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_accessor.cpp147 JSHandle<TSObjectType> prototypeType(thread_, classType->GetPrototypeType()); in GetPrototypeTypeLayout() local
148 JSHandle<TSObjLayoutInfo> layout(thread_, prototypeType->GetObjLayoutInfo()); in GetPrototypeTypeLayout()
Dts_type_parser.cpp285 JSHandle<TSObjectType> prototypeType = factory_->NewTSObjectType(numNonStatic); in ParseClassType() local
286 FillPropTypes(jsPandaFile, recordName, prototypeType, typeLiteralExtractor, in ParseClassType()
288 classType->SetPrototypeType(thread_, prototypeType); in ParseClassType()
Dts_manager.cpp1340 JSHandle<TSObjectType> prototypeType(thread_, classType->GetPrototypeType()); in IsBuiltinObjectMethod() local
1341 JSTaggedValue prototypeLayout = prototypeType->GetObjLayoutInfo(); in IsBuiltinObjectMethod()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1088 auto prototypeType = GetProfileType(prototypeRootHClass, prototypeRootHClass); in DumpDefineClass() local
1089 if (prototypeType.IsNone()) { in DumpDefineClass()
1092 objDefType.SetProtoTypePt(prototypeType); in DumpDefineClass()
1093 recordInfos_->AddRootLayout(prototypeRootHClass, prototypeType); in DumpDefineClass()
1240 auto prototypeType = GetProfileType(prototypeValue, prototypeValue); in UpdateLayout() local
1241 if (!prototypeType.IsNone()) { in UpdateLayout()
1242 recordInfos_->AddRootPtType(rootType, prototypeType); in UpdateLayout()
1284 auto prototypeType = GetProfileType(prototypeValue, prototypeValue); in UpdateTranstionLayout() local
1285 if (!prototypeType.IsNone()) { in UpdateTranstionLayout()
1286 recordInfos_->AddRootPtType(rootType, prototypeType); in UpdateTranstionLayout()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hclass_generator.cpp158 JSHandle<TSObjectType> prototypeType(thread, classType->GetPrototypeType()); in CreatePHClass() local
159 JSHandle<TSObjLayoutInfo> tsLayout(thread, prototypeType->GetObjLayoutInfo()); in CreatePHClass()
/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp3418 TSObjectType *prototypeType = TSObjectType::Cast(GetPrototypeType().GetTaggedObject()); in Dump() local
3419 prototypeType->Dump(os); in Dump()