Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h147 void UpdatePrototypeChainInfo(JSHClass *receiver, JSHClass *holder, PGOObjectInfo &info);
Dpgo_profiler.cpp1336 UpdatePrototypeChainInfo(receiver, hold, info); in AddTranstionObjectInfo()
1347 void PGOProfiler::UpdatePrototypeChainInfo(JSHClass *receiver, JSHClass *holder, PGOObjectInfo &inf… in UpdatePrototypeChainInfo() function in panda::ecmascript::pgo::PGOProfiler