Home
last modified time | relevance | path

Searched defs:protoPt (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_parser.cpp52 auto protoPt = defType.GetProtoTypePt(); in RecordTypeInfo() local
80 auto protoPt = ptManager_->GetRootIdByLocation(protoLoc); in GenerateHClass() local
139 auto protoPt = defType.GetProtoTypePt(); in RecordTypeInfo() local
167 auto protoPt = ptManager_->GetRootIdByLocation(protoLoc); in GenerateHClass() local
203 auto protoPt = desc->GetProtoPt(); in CreatePGOType() local
229 void PGOTypeParser::GenerateHClassForClassType(ProfileType rootType, ProfileType protoPt, in GenerateHClassForClassType()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.h296 void SetProtoPt(ProfileType protoPt) in SetProtoPt()