Home
last modified time | relevance | path

Searched refs:GenerateHClassForClassType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_parser.h97 …void GenerateHClassForClassType(ProfileType rootType, ProfileType protoPt, const PGOHClassGenerato…
Dpgo_type_parser.cpp212 this->GenerateHClassForClassType(rootType, protoPt, generator, isCache); in CreatePGOType()
229 void PGOTypeParser::GenerateHClassForClassType(ProfileType rootType, ProfileType protoPt, in GenerateHClassForClassType() function in panda::ecmascript::kungfu::PGOTypeParser