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
140 auto protoPt = defType.GetPrototypePt(); in RecordTypeInfo() local
168 auto protoPt = ptManager_->GetRootIdByLocation(protoLoc); in GenerateHClass() local
217 auto protoPt = desc->GetProtoPt(); in CreatePGOType() local
255 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()