Home
last modified time | relevance | path

Searched refs:UpdateRootProfileType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h65 void UpdateRootProfileType(JSHClass *oldHClass, JSHClass *newHClass);
Dpgo_profiler.cpp151 void PGOProfiler::UpdateRootProfileType(JSHClass *oldHClass, JSHClass *newHClass) in UpdateRootProfileType() function in panda::ecmascript::pgo::PGOProfiler
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp429 thread->GetEcmaVM()->GetPGOProfiler()->UpdateRootProfileType(*hclass, *newProtoClass); in OptimizePrototypeForIC()