Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_hclass_generator.cpp189 JSHandle<JSHClass> childHClass(thread, hclassValue); in CreateChildHClass()
191 childHClass = JSHClass::CreateChildHClassFromPGO(thread, parent, layoutDesc); in CreateChildHClass()
192 ptManager_->RecordHClass(rootType, childType, childHClass.GetTaggedType()); in CreateChildHClass()
194 CreateChildHClass(rootType, desc, childHClass, layoutDesc); in CreateChildHClass()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_layout.cpp127 auto childHClass = JSHClass::Cast(JSTaggedValue(child).GetTaggedObject()); in DumpForChild() local
133 return JSHClass::UpdateChildLayoutDescByPGO(childHClass, childLayout); in DumpForChild()
137 return JSHClass::DumpChildHClassByPGO(childHClass, childLayout); in DumpForChild()

Completed in 2 milliseconds