Home
last modified time | relevance | path

Searched defs: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
Dts_type_parser.cpp285 JSHandle<TSObjectType> prototypeType = factory_->NewTSObjectType(numNonStatic); in ParseClassType() local
Dts_manager.cpp1340 JSHandle<TSObjectType> prototypeType(thread_, classType->GetPrototypeType()); in IsBuiltinObjectMethod() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hclass_generator.cpp158 JSHandle<TSObjectType> prototypeType(thread, classType->GetPrototypeType()); in CreatePHClass() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1088 auto prototypeType = GetProfileType(prototypeRootHClass, prototypeRootHClass); in DumpDefineClass() local
1240 auto prototypeType = GetProfileType(prototypeValue, prototypeValue); in UpdateLayout() local
1284 auto prototypeType = GetProfileType(prototypeValue, prototypeValue); in UpdateTranstionLayout() local
/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp3418 TSObjectType *prototypeType = TSObjectType::Cast(GetPrototypeType().GetTaggedObject()); in Dump() local