Home
last modified time | relevance | path

Searched refs:UpdateChildLayoutDesc (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.cpp108 return JSHClass::UpdateChildLayoutDesc(childHClass, childLayout); in DumpForChild()
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h1836 static bool UpdateChildLayoutDesc(const JSHClass *hclass, HClassLayoutDesc *childDesc);
Djs_hclass.cpp1149 bool JSHClass::UpdateChildLayoutDesc(const JSHClass *hclass, HClassLayoutDesc *childDesc) in UpdateChildLayoutDesc() function in panda::ecmascript::JSHClass