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
142 auto protoPt = defType.GetPrototypePt(); in RecordTypeInfo() local
170 auto protoPt = ptManager_->GetRootIdByLocation(protoLoc); in GenerateHClass() local
220 auto protoPt = desc->GetProtoPt(); in Preproccessor() local
249 auto protoPt = desc->GetProtoPt(); in CreatePGOType() local
287 void PGOTypeParser::GenerateHClassForClassType(ProfileType rootType, ProfileType protoPt, in GenerateHClassForClassType()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.h307 void SetProtoPt(ProfileType protoPt) in SetProtoPt()