Home
last modified time | relevance | path

Searched refs:UpdateForTransition (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_layout.cpp155 bool PGOHClassTreeDesc::UpdateForTransition( in UpdateForTransition() function in panda::ecmascript::pgo::PGOHClassTreeDesc
H A Dpgo_profiler_layout.h307 bool UpdateForTransition(JSTaggedType parent, ProfileType parentType, JSTaggedType child, ProfileType childType);
H A Dpgo_profiler_info.cpp671 return const_cast<PGOHClassTreeDesc &>(*iter).UpdateForTransition(parent, parentType, child, childType); in UpdateTransitionLayout()
673 if (!descInfo.UpdateForTransition(parent, parentType, child, childType)) { in UpdateTransitionLayout()

Completed in 6 milliseconds