Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_hclass_generator.h47 const HClassLayoutDesc *parentLayoutDesc) const;
H A Dpgo_hclass_generator.cpp180 const JSHandle<JSHClass> &parent, const HClassLayoutDesc *parentLayoutDesc) const in CreateChildHClass()
182 parentLayoutDesc->IterateChilds([this, rootType, desc, parent] (const ProfileType &childType) -> bool { in CreateChildHClass()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_layout.cpp168 auto parentLayoutDesc = transitionLayout_.find(parentType)->second; in UpdateForTransition() local
170 parentLayoutDesc->AddChildHClassLayoutDesc(childLayoutDesc->GetProfileType()); in UpdateForTransition()

Completed in 2 milliseconds