Searched refs:prototypeType (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type_accessor.cpp | 147 JSHandle<TSObjectType> prototypeType(thread_, classType->GetPrototypeType()); in GetPrototypeTypeLayout() local 148 JSHandle<TSObjLayoutInfo> layout(thread_, prototypeType->GetObjLayoutInfo()); in GetPrototypeTypeLayout()
|
| D | ts_type_parser.cpp | 285 JSHandle<TSObjectType> prototypeType = factory_->NewTSObjectType(numNonStatic); in ParseClassType() local 286 FillPropTypes(jsPandaFile, recordName, prototypeType, typeLiteralExtractor, in ParseClassType() 288 classType->SetPrototypeType(thread_, prototypeType); in ParseClassType()
|
| D | ts_manager.cpp | 1340 JSHandle<TSObjectType> prototypeType(thread_, classType->GetPrototypeType()); in IsBuiltinObjectMethod() local 1341 JSTaggedValue prototypeLayout = prototypeType->GetObjLayoutInfo(); in IsBuiltinObjectMethod()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 1088 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/ |
| D | ts_hclass_generator.cpp | 158 JSHandle<TSObjectType> prototypeType(thread, classType->GetPrototypeType()); in CreatePHClass() local 159 JSHandle<TSObjLayoutInfo> tsLayout(thread, prototypeType->GetObjLayoutInfo()); in CreatePHClass()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | dump.cpp | 3418 TSObjectType *prototypeType = TSObjectType::Cast(GetPrototypeType().GetTaggedObject()); in Dump() local 3419 prototypeType->Dump(os); in Dump()
|