Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_layout.cpp129 HClassLayoutDesc *childLayout; in DumpForChild() local
132 childLayout = iter->second; in DumpForChild()
133 return JSHClass::UpdateChildLayoutDescByPGO(childHClass, childLayout); in DumpForChild()
135 childLayout = new ChildHClassLayoutDesc(childType); in DumpForChild()
136 transitionLayout_.emplace(childType, childLayout); in DumpForChild()
137 return JSHClass::DumpChildHClassByPGO(childHClass, childLayout); in DumpForChild()

Completed in 2 milliseconds